Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
TransactionEIP1559
Type alias TransactionEIP1559<TQuantity, TIndex, TPending, TType>
TransactionEIP1559
<
TQuantity
,
TIndex
,
TPending
,
TType
>
:
TransactionBase
<
TQuantity
,
TIndex
,
TPending
>
&
FeeValuesEIP1559
<
TQuantity
>
&
{
accessList
:
AccessList
;
blobVersionedHashes
?:
never
;
chainId
:
TIndex
;
type
:
TType
;
}
Type Parameters
TQuantity
=
bigint
TIndex
=
number
TPending
extends
boolean
=
boolean
TType
=
"eip1559"
Type declaration
access
List
:
AccessList
EIP-2930 Access List.
Optional
blob
Versioned
Hashes
?:
never
chain
Id
:
TIndex
Chain ID that this transaction is valid on.
type
:
TType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...
EIP-2930 Access List.