Skip to main content
Module

x/polkadot/types/interfaces/types.ts>EthTransaction

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

Properties

readonly
hash: H256
readonly
nonce: U256
readonly
blockHash: Option<H256>
readonly
blockNumber: Option<U256>
readonly
transactionIndex: Option<U256>
readonly
from: H160
readonly
to: Option<H160>
readonly
value: U256
readonly
gasPrice: Option<U256>
readonly
maxFeePerGas: Option<U256>
readonly
maxPriorityFeePerGas: Option<U256>
readonly
gas: U256
readonly
input: Bytes
readonly
creates: Option<H160>
readonly
raw: Bytes
readonly
publicKey: Option<H512>
readonly
chainId: Option<U64>
readonly
standardV: U256
readonly
v: U256
readonly
r: U256
readonly
s: U256
readonly
accessList: Option<Vec<EthAccessListItem>>
readonly
transactionType: Option<U256>