Type alias TransactionSerializableGeneric<TQuantity, TIndex>

TransactionSerializableGeneric<TQuantity, TIndex>: TransactionSerializableBase<TQuantity, TIndex> & {
    accessList?: AccessList;
    chainId?: number;
    gasPrice?: TQuantity;
    maxFeePerGas?: TQuantity;
    maxPriorityFeePerGas?: TQuantity;
    type: string;
}

Type Parameters

  • TQuantity = bigint

  • TIndex = number

Type declaration

Generated using TypeDoc