Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Package publishing for deno.land/x/polkadot
Go to Latest
interface EthTransactionRequest
implements Struct
import { type EthTransactionRequest } 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>