interface LegacyTransaction {
    chainId?: string;
    gas: string;
    gasPrice: string;
    input: string;
    nonce: string;
    to?: ToAddress3;
    type: string;
    value: string;
}

Properties

chainId?: string
gas: string
gasPrice: string
input: string
nonce: string
type: string
value: string