Interface ResponseAssetRow

Interface representing a row in the response of an asset request. ResponseAssetRow

interface ResponseAssetRow {
    asset_id: string;
    asset_name: string;
    asset_type: number;
    total_supply: number;
}

Properties

asset_id: string
asset_name: string
asset_type: number
total_supply: number