CoinMetadata
type CoinMetadata
The coin metadata associated with the given coin type.
type CoinMetadata struct {
// The CoinMetadata object ID.
Address *ObjectId
// The number of decimal places used to represent the token.
Decimals *int32
// Optional description of the token, provided by the creator of the token.
Description *string
// Icon URL of the coin.
IconUrl *string
// Full, official name of the token.
Name *string
// The token's identifying abbreviation.
Symbol *string
// The overall quantity of tokens that will be issued.
Supply *uint64
// Version of the token.
Version uint64
}
func (*CoinMetadata) Destroy
func (r *CoinMetadata) Destroy()