Documentation ¶
Index ¶
- func InitEscrow(projIndex int, seedpwd string, recpPubkey string, mySeed string, ...) (string, error)
- func SendAssetsFromEscrow(escrowPubkey string, destination string, issuer string, signer1 string, ...) error
- func SendFundsFromEscrow(escrowPubkey string, destination string, signer1 string, signer2 string, ...) error
- func TransferFundsToEscrow(amount float64, projIndex int, escrowPubkey string, otherSeed string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitEscrow ¶
func InitEscrow(projIndex int, seedpwd string, recpPubkey string, mySeed string, otherSeed string) (string, error)
InitEscrow creates a new keypair and stores it in a file
func SendAssetsFromEscrow ¶
func SendAssetsFromEscrow(escrowPubkey string, destination string, issuer string, signer1 string, signer2 string, amount float64, memo string, asset string) error
SendAssetsFromEscrow sends assets to a destination address from the project escrow
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.