Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
GetBlockParameters
Type alias GetBlockParameters<TIncludeTransactions, TBlockTag>
Get
Block
Parameters
<
TIncludeTransactions
,
TBlockTag
>
:
{
includeTransactions
?:
TIncludeTransactions
;
}
&
(
{
blockHash
?:
Hash
;
blockNumber
?:
never
;
blockTag
?:
never
;
}
|
{
blockHash
?:
never
;
blockNumber
?:
bigint
;
blockTag
?:
never
;
}
|
{
blockHash
?:
never
;
blockNumber
?:
never
;
blockTag
?:
TBlockTag
|
BlockTag
;
}
)
Type Parameters
TIncludeTransactions
extends
boolean
=
false
TBlockTag
extends
BlockTag
=
"latest"
Type declaration
Optional
include
Transactions
?:
TIncludeTransactions
Whether or not to include transaction data in the response.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...
Whether or not to include transaction data in the response.