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

AssetStatus

Status of an asset that has been proposed to be added to the network

enum AssetStatus {
STATUS_PROPOSED
STATUS_REJECTED
STATUS_PENDING_LISTING
STATUS_ENABLED
}

Values

AssetStatus.STATUS_PROPOSED

Asset is proposed to be added to the network

AssetStatus.STATUS_REJECTED

Asset has been rejected

AssetStatus.STATUS_PENDING_LISTING

Asset is pending listing on the ethereum bridge

AssetStatus.STATUS_ENABLED

Asset can be used on the Vega network

Member of

Asset object