Skip to main content
Module

x/capi/rpc/known/contracts.ts>CallRequest

[WIP] A framework for crafting interactions with Substrate chains
Latest
interface CallRequest
import { type CallRequest } from "https://deno.land/x/capi@v0.1.1-beta.1/rpc/known/contracts.ts";

A struct that encodes RPC parameters required for a call to a smart-contract.

Properties

origin: AccountId
dest: AccountId
gasLimit: NumberOrHex
storageDepositLimit: NumberOrHex | undefined
inputData: string