EosioTransactionSignatureResponse
public struct EosioTransactionSignatureResponse : Codable
The structure for the response from a signature provider to an EosioTransactionSignatureRequest.
-
The signed transaction, as a
SignedTransaction.Declaration
Swift
public var signedTransaction: SignedTransaction? -
An optional error.
Declaration
Swift
public var error: EosioError? -
The structure for a
See moreSignedTransaction.Declaration
Swift
public struct SignedTransaction : Codable -
Initializer for the
EosioTransactionSignatureResponse.Declaration
Swift
public init() -
Initializer for the
EosioTransactionSignatureResponsewhen it contains an error.Declaration
Swift
public init(error: EosioError)Parameters
errorThe error as an
EosioError.
View on GitHub
EosioTransactionSignatureResponse Structure Reference