debeem-wallet
interface TokenEntity {
    root: {
        key: string;
        value: TokenEntityItem;
    };
}

Hierarchy

  • DBSchema
    • TokenEntity

Properties

Properties

root: {
    key: string;
    value: TokenEntityItem;
}

Type declaration