Skip to content

Files

Latest commit

 

History

History
14 lines (9 loc) · 856 Bytes

GetSPLTokenResponse.md

File metadata and controls

14 lines (9 loc) · 856 Bytes

GetSPLTokenResponse

Properties

Name Type Description Notes
decimals java.math.BigDecimal The number of decimals of the token. For example, if the USDC token has 6 decimals, then you need 1 * 10e6 = 1,000,000 tokens to have 1 USDC. The purpose of this is that everything must be stored as an integer. Thus, if there are $100 USDC in total, there must be $100 * 10e6 tokens in order for the $100 to be divisible into lower denominations than $1. [optional]
freezeAuthority kotlin.String Public key address [optional]
mintAuthority kotlin.String Public key address [optional]
isInitialized kotlin.Boolean [optional]
supply kotlin.String The supply of the token [optional]