Preparing search index...
The search index is not available
@perennial/sdk
@perennial/sdk
Perennial
Definitions
FormattedBlock
Type alias FormattedBlock<TChain, TIncludeTransactions, TBlockTag, _FormatterReturnType, _ExcludedPendingDependencies, _Formatted, _Transactions>
Formatted
Block
<
TChain
,
TIncludeTransactions
,
TBlockTag
,
_FormatterReturnType
,
_ExcludedPendingDependencies
,
_Formatted
,
_Transactions
>
:
Omit
<
_Formatted
,
"transactions"
>
&
{
transactions
:
_Transactions
;
}
Type Parameters
TChain
extends
Chain
|
undefined
=
undefined
TIncludeTransactions
extends
boolean
=
boolean
TBlockTag
extends
BlockTag
=
BlockTag
_FormatterReturnType
=
ExtractChainFormatterReturnType
<
TChain
,
"block"
,
Block
<
bigint
,
TIncludeTransactions
>
>
_ExcludedPendingDependencies
extends
string
=
BlockPendingDependencies
&
ExtractChainFormatterExclude
<
TChain
,
"block"
>
_Formatted
=
Omit
<
_FormatterReturnType
,
BlockPendingDependencies
>
&
{
[
_key
in
_ExcludedPendingDependencies
]
:
never
}
&
Pick
<
Block
<
bigint
,
TIncludeTransactions
,
TBlockTag
>
,
BlockPendingDependencies
>
_Transactions
=
TIncludeTransactions
extends
true
?
Prettify
<
FormattedTransaction
<
TChain
,
TBlockTag
>
>
[]
:
Hash
[]
Type declaration
transactions
:
_Transactions
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@perennial/sdk
Loading...