Type aliases
GetBalanceApi
GetBalanceApi =
object
Methods
getBalance()
getBalance(
address
,config?
):GetBalanceApiResponse
Fetches the Lamport balance of the account at the given address.
Parameters
Parameter | Type |
---|---|
address | Address |
config? | Readonly <{ commitment? : Commitment ; minContextSlot? : Slot ; }> |
Returns
GetBalanceApiResponse