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