Type alias TransactionRequestBase<TQuantity, TIndex>
TransactionRequestBase<TQuantity, TIndex>: { data?: Hex; from: Address; gas?: TQuantity; nonce?: TIndex; to?: Address | null; value?: TQuantity; } Type Parameters
TQuantity = bigint
TIndex = number
Type declaration
Optional
data?: Hex
Optional
gas?: TQuantity
Optional
nonce?: TIndex
Optional
to?: Address | null
Optional
value?: TQuantity
Contract code or a hashed method call with encoded args