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 // TypeMultisigSpend is type of the multisig spend transaction. TypeMultisigSpend TypeVestingSpawn TypeVaultSpawn TypeDrainVault )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecodedSignature ¶ added in v1.7.2
type DecodedTransactioner ¶
type DecodedTransactioner interface {
GetType() uint8
GetAmount() uint64
GetCounter() uint64
GetReceiver() address.Address
GetGasPrice() uint64
GetPrincipal() address.Address
GetPublicKeys() [][]byte
}
DecodedTransactioner is an interface for transaction decoded from raw bytes.
type DecodedVault ¶ added in v1.7.2
type TransactionData ¶ added in v1.7.2
type TransactionData struct {
Tx DecodedTransactioner
Sig *core.Signature
Signatures *multisig.Signatures
Vault DecodedVault
Type int
}
Click to show internal directories.
Click to hide internal directories.