TransactionProposalKey
public struct TransactionProposalKey
The class to represent the proposer key information in the transaction
-
The address of account
Declaration
Swift
public let address: Address -
The index of public key in account
Declaration
Swift
public var keyIndex: Int -
The sequence numbers to ensure that each transaction runs at most once Similarly to transaction nonces in Ethereum
Declaration
Swift
public var sequenceNumber: BigInt -
Undocumented
Declaration
View on GitHub
TransactionProposalKey Structure Reference