Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/rpc-api
GetInflationRewardApi
Type Alias GetInflationRewardApi
GetInflationRewardApi
:
{
getInflationReward
(
addresses
:
Address
[]
,
config
?:
Readonly
<
{
commitment
?:
Commitment
;
epoch
?:
bigint
;
minContextSlot
?:
Slot
}
,
>
,
)
:
GetInflationRewardApiResponse
;
}
Type declaration
getInflationReward
:
function
getInflationReward
(
addresses
:
Address
[]
,
config
?:
Readonly
<
{
commitment
?:
Commitment
;
epoch
?:
bigint
;
minContextSlot
?:
Slot
}
,
>
,
)
:
GetInflationRewardApiResponse
Returns the current block height of the node
Parameters
addresses
:
Address
[]
Optional
config
:
Readonly
<
{
commitment
?:
Commitment
;
epoch
?:
bigint
;
minContextSlot
?:
Slot
}
>
Returns
GetInflationRewardApiResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Returns the current block height of the node