Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 693 Bytes

File metadata and controls

14 lines (8 loc) · 693 Bytes

SolanaSimpleCreateParams

Properties

Name Type Description Notes
name string The name of the token or asset being created. [default to undefined]
symbol string The symbol for the token, typically an abbreviated representation. [default to undefined]
decimals number The number of decimal places the token supports (e.g., 9 for typical Solana tokens). [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]