# MidaAsset()
Assets are represented by the MidaAsset
class.
- Interface
class MidaAsset {
get description: string;
get measurementUnit: string;
get tradingAccount: MidaTradingAccount;
getBalance (): Promise<MidaAssetStatement>;
toString (): string;
}