Documentation
¶
Index ¶
- func CreateLockedMultiOutputTransaction(fromAddress string, fee *common.Fixed64, lockedUntil uint32, ...) (*types.Transaction, error)
- func CreateLockedTransaction(fromAddress, toAddress string, amount, fee *common.Fixed64, lockedUntil uint32) (*types.Transaction, error)
- func CreateMultiOutputTransaction(fromAddress string, fee *common.Fixed64, outputs ...*Transfer) (*types.Transaction, error)
- func CreateTransaction(fromAddress, toAddress string, amount, fee *common.Fixed64) (*types.Transaction, error)
- func NewCommand() *cli.Command
- func SendTransaction(context *cli.Context) error
- type Transfer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateLockedTransaction ¶
func CreateTransaction ¶
func NewCommand ¶
func SendTransaction ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.