UNPKG

@dfinity/oisy-wallet-signer

Version:

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

3 lines (2 loc) 139 B
import type { icrc21_error } from '../declarations/icrc-21'; export declare const mapIcrc21ErrorToString: (error: icrc21_error) => string;