TransactionProposalKey
struct TransactionProposalKey
extension Flow.TransactionProposalKey: Codable
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 If sequenceNumber is -1, fetch the lastest onchain
Declaration
Swift
public var sequenceNumber: BigInt -
-
-
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub