Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/web3.js
GetInflationRateApi
Type Alias GetInflationRateApi
GetInflationRateApi
:
{
getInflationRate
(
NO_CONFIG
?:
Record
<
string
,
never
>
,
)
:
Readonly
<
{
epoch
:
bigint
;
foundation
:
F64UnsafeSeeDocumentation
;
total
:
F64UnsafeSeeDocumentation
;
validator
:
F64UnsafeSeeDocumentation
;
}
,
>
;
}
Type declaration
getInflationRate
:
function
getInflationRate
(
NO_CONFIG
?:
Record
<
string
,
never
>
,
)
:
Readonly
<
{
epoch
:
bigint
;
foundation
:
F64UnsafeSeeDocumentation
;
total
:
F64UnsafeSeeDocumentation
;
validator
:
F64UnsafeSeeDocumentation
;
}
,
>
Returns the current block height of the node
Parameters
Optional
NO_CONFIG
:
Record
<
string
,
never
>
Returns
Readonly
<
{
epoch
:
bigint
;
foundation
:
F64UnsafeSeeDocumentation
;
total
:
F64UnsafeSeeDocumentation
;
validator
:
F64UnsafeSeeDocumentation
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Returns the current block height of the node