Transaction
public struct Transaction : Codable
The structure for EosioReferenceAuthenticatorSignatureProvider.TransactionSignatureRequest.Transaction.
-
The array of signatures
Declaration
Swift
public var signatures: [String] -
The compression
Declaration
Swift
public var compression: Int -
The packed context free data
Declaration
Swift
public var packedContextFreeData: String -
The packed trx
Declaration
Swift
public var packedTrx: String
View on GitHub
Transaction Structure Reference