Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
TransactionRequestLegacy
Type alias TransactionRequestLegacy<TQuantity, TIndex, TTransactionType>
Transaction
Request
Legacy
<
TQuantity
,
TIndex
,
TTransactionType
>
:
TransactionRequestBase
<
TQuantity
,
TIndex
>
&
ExactPartial
<
FeeValuesLegacy
<
TQuantity
>
>
&
{
accessList
?:
never
;
blobs
?:
undefined
;
type
?:
TTransactionType
;
}
Type Parameters
TQuantity
=
bigint
TIndex
=
number
TTransactionType
=
"legacy"
Type declaration
Optional
access
List
?:
never
Optional
blobs
?:
undefined
Optional
type
?:
TTransactionType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...