UNPKG

@dfinity/oisy-wallet-signer

Version:

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

4 lines (3 loc) 182 B
import type { CallRequest } from '@icp-sdk/core/agent'; import type { IcrcBlob } from '../types/blob'; export declare const decodeCallRequest: (contentMap: IcrcBlob) => CallRequest;