UNPKG

@blockbolt/boltpay-client

Version:
7 lines (6 loc) 212 B
interface VerifyPayments { network: string; digest: string; } export declare const verifyPayment: (verifyPayments: VerifyPayments) => Promise<string | 101 | 102 | 104 | 105 | 106 | undefined>; export {};