Skip to main content
Version: mainnet (v0.71)

UpdateAsset

A proposal to update an asset's details

type UpdateAsset {
quantum: String!
source: UpdateAssetSource!
assetId: ID!
}

Fields

UpdateAsset.quantum ● String! non-null scalar

The minimum economically meaningful amount of this specific asset

UpdateAsset.source ● UpdateAssetSource! non-null union

The source of the updated asset

UpdateAsset.assetId ● ID! non-null scalar

The asset to update

Implemented by

ProposalChange union