EosioRpcRawAbiResponseProtocol
public protocol EosioRpcRawAbiResponseProtocolProtocol 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). DeclarationSwift var accountName: String { get }
- 
                  
                  The ABI, itself. DeclarationSwift var abi: String { get }
- 
                  
                  The hash of the ABI. DeclarationSwift var abiHash: String { get }
 View on GitHub
            View on GitHub
           EosioRpcRawAbiResponseProtocol Protocol Reference
      EosioRpcRawAbiResponseProtocol Protocol Reference