UNPKG

@signumjs/wallets

Version:

Wallets communication package for DApps in the Signum Network

5 lines (4 loc) 134 B
import { EasyWalletPayArgs } from './args'; export interface EasyWallet { pay(args: EasyWalletPayArgs): Promise<string | void>; }