AddAssetMetadataProposal is a gov Content type for adding a new asset to the dex module's asset list.

interface AddAssetMetadataProposal {
    assetList: AssetMetadata[];
    description: string;
    title: string;
}

Properties

assetList: AssetMetadata[]
description: string
title: string