Type aliases
GetTokenSupplyApi
GetTokenSupplyApi =
object
Methods
getTokenSupply()
getTokenSupply(
tokenMint
,config?
):SolanaRpcResponse
<GetTokenSupplyApiResponse
>
Returns the total supply of the token mint supplied.
Parameters
Parameter | Type |
---|---|
tokenMint | Address |
config? | Readonly <{ commitment? : Commitment ; }> |
Returns
SolanaRpcResponse
<GetTokenSupplyApiResponse
>