transfer

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2019 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateLockedMultiOutputTransaction

func CreateLockedMultiOutputTransaction(fromAddress string, fee *common.Fixed64, lockedUntil uint32, outputs ...*Transfer) (*types.Transaction, error)

func CreateLockedTransaction

func CreateLockedTransaction(fromAddress, toAddress string, amount, fee *common.Fixed64, lockedUntil uint32) (*types.Transaction, error)

func CreateMultiOutputTransaction

func CreateMultiOutputTransaction(fromAddress string, fee *common.Fixed64, outputs ...*Transfer) (*types.Transaction, error)

func CreateTransaction

func CreateTransaction(fromAddress, toAddress string, amount, fee *common.Fixed64) (*types.Transaction, error)

func NewCommand

func NewCommand() *cli.Command

func SendTransaction

func SendTransaction(context *cli.Context) error

Types

type Transfer

type Transfer struct {
	Address string
	Amount  *common.Fixed64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL