interface CryptoAsset {
    name?: string;
    symbol?: string;
}

Properties

Properties

name?: string
symbol?: string

Generated using TypeDoc