@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.
8 lines (7 loc) • 482 B
TypeScript
/// <reference types="node" />
import { ConfirmOptions, Connection, PublicKey } from '@solana/web3.js';
import { Wallet } from '@project-serum/anchor/dist/cjs/provider';
import { Program } from '@project-serum/anchor';
export declare const SOLANA_PROGRAM_ID: PublicKey;
export declare const authorizeSeed: Buffer;
export declare const programFactory: (connection: Connection, wallet?: Wallet, confirmOptions?: ConfirmOptions) => Program<import("../idl/udm-idl").DelegationManager>;