import { type known } from "https://deno.land/x/capi@v0.1.1-beta.1/mod.ts";
const { CallRequest } = known;
A struct that encodes RPC parameters required for a call to a smart-contract.
Properties
origin: AccountId
dest: AccountId
value: NumberOrHex
gasLimit: NumberOrHex
storageDepositLimit: NumberOrHex | undefined