EosioRpcRawAbiResponseProtocol
public protocol EosioRpcRawAbiResponseProtocol
Protocol for get_raw_abi responses. RPC responses must contain these properties, at a minimum, in order to be compatible with the core EOSIO SDK for Swift library.
-
The ABIs account name (contract name).
Declaration
Swift
var accountName: String { get } -
The ABI, itself.
Declaration
Swift
var abi: String { get } -
The hash of the ABI.
Declaration
Swift
var abiHash: String { get }
View on GitHub
EosioRpcRawAbiResponseProtocol Protocol Reference