Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/interfaces/index.ts>EthCallRequest

Package publishing for deno.land/x/polkadot
Go to Latest
interface EthCallRequest
implements Struct
import { type EthCallRequest } from "https://deno.land/x/polkadot@0.2.14/types/interfaces/index.ts";

Properties

readonly
from: Option<EthAddress>
readonly
to: Option<EthAddress>
readonly
gasPrice: Option<U256>
readonly
gas: Option<U256>
readonly
value: Option<U256>
readonly
data: Option<Bytes>
readonly
nonce: Option<U256>