Versions in this module Expand all Collapse all v0 v0.2.2 Feb 19, 2019 Changes in this version + 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 struct + Address string + Amount *common.Fixed64