Constructors

Properties

_from: string

The transaction sender.

data?: string

A contract hashed method call with encoded args.

gas: string

The gas limit for the transaction.

maxFeePerGas: string

Total fee per gas (in wei), inclusive of maxPriorityFeePerGas. Only applies to EIP-1559 Transactions.

maxPriorityFeePerGas: string

Max priority fee per gas (in wei). Only applies to EIP-1559 Transactions.

nonce: string

Unique number identifying this transaction.

to: string

The transaction recipient or contract address.

value?: string

Value in wei sent with this transaction.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]