UNPKG

@unique.vc/udm.js

Version:

UDM - Unique Delegation Manager is a simple yet efficient solution allowing to bridge self-custody and user experience, have best from both worlds and potentially extend the reach of the industry.

4 lines (3 loc) 184 B
import type { PublicKey } from '@solana/web3.js'; import { Wallet } from '@project-serum/anchor/dist/cjs/provider'; export declare const emptyWallet: (publicKey: PublicKey) => Wallet;