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) 138 B
import type { Icrc21Did } from '../declarations'; export declare const mapIcrc21ErrorToString: (error: Icrc21Did.icrc21_error) => string;