Module

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

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

Properties

readonly
chainId: u64
readonly
nonce: U256
readonly
maxPriorityFeePerGas: U256
readonly
maxFeePerGas: U256
readonly
gasLimit: U256
readonly
action: EthTransactionAction
readonly
value: U256
readonly
input: Bytes
readonly
accessList: EthAccessList
readonly
oddYParity: bool
readonly
r: H256
readonly
s: H256