Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TypeSpawn is type of the spawn transaction. TypeSpawn = 1 + iota // TypeMultisigSpawn is type of the multisig spawn transaction. TypeMultisigSpawn // TypeSpend is type of the spend transaction. TypeSpend )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecodedTransactioner ¶
type DecodedTransactioner interface { GetType() uint8 GetAmount() uint64 GetCounter() uint64 GetReceiver() address.Address GetGasPrice() uint64 GetPrincipal() address.Address GetPublicKeys() [][]byte GetSignature() []byte }
DecodedTransactioner is an interface for transaction decoded from raw bytes.
Click to show internal directories.
Click to hide internal directories.