interface LegacyTransaction
implements Struct
import { type LegacyTransaction } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/eth/types.ts";
Properties
readonly
nonce: U256readonly
gasPrice: U256readonly
gasLimit: U256readonly
action: EthTransactionActionreadonly
value: U256readonly
input: Bytesreadonly
signature: EthTransactionSignature