UNPKG

@dfinity/oisy-wallet-signer

Version:

A library designed to facilitate communication between a dApp and the OISY Wallet on the Internet Computer.

6 lines (5 loc) 182 B
export declare const formatAmount: ({ amount, decimals }: { amount: bigint; decimals: number; }) => string; export declare const formatDate: (nanoseconds: bigint) => string;