NewAsset
A new asset proposal change
type NewAsset {
name: String!
symbol: String!
decimals: Int!
quantum: String!
source: AssetSource!
}
Fields
NewAsset.name
● String!
non-null scalar
The full name of the asset (e.g: Great British Pound)
NewAsset.symbol
● String!
non-null scalar
The symbol of the asset (e.g: GBP)
NewAsset.decimals
● Int!
non-null scalar
The precision of the asset
NewAsset.quantum
● String!
non-null scalar
The minimum economically meaningful amount of this specific asset
NewAsset.source
● AssetSource!
non-null union
The source of the new asset
Implemented by
ProposalChange
union