UNPKG

@funded-labs/plug-controller

Version:

Internet Computer Plug wallet's controller

5 lines (4 loc) 294 B
export declare const formatAssetBySymbol: (_amount: any, symbol: any, icpPrice: any) => any; export declare const parseToFloatAmount: (amount: any, decimals: any) => string; export declare const parseAmount: (transactionObject: any) => string; export declare const parseFee: (fee: any) => any;