EosioRpcSendTransactionsResponse
public struct EosioRpcSendTransactionsResponse : Decodable, EosioRpcResponseProtocol
Response type for the send_transactions
RPC endpoint.
-
Declaration
Swift
public var _rawResponse: Any?
-
Declaration
Swift
public var transactionResponses: [EosioRpcTransactionResponse]
-
Declaration
Swift
public init(from decoder: Decoder) throws