Umi — API References - v1.3.0
Preparing search index...
umi
RpcGetVersionedBlockOptions
Type Alias RpcGetVersionedBlockOptions
RpcGetVersionedBlockOptions
:
RpcBaseOptions
&
{
commitment
?:
Commitment
;
maxSupportedTransactionVersion
?:
number
;
rewards
?:
boolean
;
transactionDetails
?:
"accounts"
|
"full"
|
"none"
|
"signatures"
;
}
The options to use when fetching a block.
Type Declaration
Optional
commitment
?:
Commitment
The level of finality desired
Optional
maxSupportedTransactionVersion
?:
number
Optional
rewards
?:
boolean
Optional
transactionDetails
?:
"accounts"
|
"full"
|
"none"
|
"signatures"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Umi — API References - v1.3.0
Loading...
The options to use when fetching a block.