Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
TransactionRequestEIP4844
Type alias TransactionRequestEIP4844<TQuantity, TIndex, TTransactionType>
Transaction
RequestEIP4844
<
TQuantity
,
TIndex
,
TTransactionType
>
:
RequiredBy
<
TransactionRequestBase
<
TQuantity
,
TIndex
>
,
"to"
>
&
RequiredBy
<
ExactPartial
<
FeeValuesEIP4844
<
TQuantity
>
>
,
"maxFeePerBlobGas"
>
&
{
accessList
?:
AccessList
;
blobs
:
readonly
Hex
[]
|
readonly
ByteArray
[]
;
type
?:
TTransactionType
;
}
Type Parameters
TQuantity
=
bigint
TIndex
=
number
TTransactionType
=
"eip4844"
Type declaration
Optional
access
List
?:
AccessList
blobs
:
readonly
Hex
[]
|
readonly
ByteArray
[]
The blobs associated with this transaction.
Optional
type
?:
TTransactionType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...
The blobs associated with this transaction.