interface QueryAssetListResponseAmino {
    assetList?: AssetMetadataAmino[];
}

Properties

Properties

assetList?: AssetMetadataAmino[]