EosioRpcCodeRequest
public struct EosioRpcCodeRequest : Codable
The request type for get_code RPC requests.
-
Declaration
Swift
public var accountName: String -
Declaration
Swift
public var codeAsWasm: Bool -
Declaration
Swift
public init(accountName: String, codeAsWasm: Bool = true)
View on GitHub
EosioRpcCodeRequest Structure Reference