Type Alias TransactionSerializableEIP2930<TQuantity, TIndex>

TransactionSerializableEIP2930<TQuantity, TIndex>: TransactionSerializableBase<TQuantity, TIndex> & ExactPartial<FeeValuesLegacy<TQuantity>> & {
    accessList?: AccessList;
    blobVersionedHashes?: undefined;
    blobs?: undefined;
    chainId: number;
    type?: "eip2930";
    yParity?: number;
}

Type Parameters

  • TQuantity = bigint
  • TIndex = number