EosioRpcAbiResponse
public struct EosioRpcAbiResponse : Decodable, EosioRpcResponseProtocol
Response type for the get_abi RPC endpoint.
-
Declaration
Swift
public var _rawResponse: Any? -
Declaration
Swift
public var accountName: String -
Declaration
Swift
public var abi: [String : Any] -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
EosioRpcAbiResponse Structure Reference