UNPKG

bitpay-sdk

Version:

Complete version of the NodeJS library for the new cryptographically secure BitPay API

11 lines (10 loc) 263 B
export interface PayoutGroupFailedInterface { errMessage: string; payoutId?: string; payee?: string; } export declare class PayoutGroupFailed implements PayoutGroupFailedInterface { errMessage: string; payee?: string; payoutId?: string; }