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