Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Destination ¶
type Transaction ¶
type Transaction struct {
TxId string `json:"txid"`
SourceAddress string `json:"source_address"`
UnsignedTx string `json:"unsignedtx"`
SignedTx string `json:"signedtx"`
}
func CreateTransactionNew ¶
func CreateTransactionNew(secret string, dests []Destination, inputTxHashes []string, compress bool) (Transaction, error)
Click to show internal directories.
Click to hide internal directories.