API documentation
interface
Currency
export interface Currency {
isCrypto: boolean;
name: string;
needMemo: boolean;
protocol: string;
title: string;
usingTokenBalance: boolean;
value: string;
symbol?: string;
isDefault?: boolean;
}