Interface TestnetAsset

interface TestnetAsset {
    code: string;
    contract: string;
    decimals: number;
    icon: string;
    isSoroswapCertified: boolean;
    issuer: string;
    name: string;
}

Hierarchy (view full)

Properties

code: string
contract: string
decimals: number
icon: string
isSoroswapCertified: boolean
issuer: string
name: string