bitpay-sdk
Version:
Complete version of the NodeJS library for the new cryptographically secure BitPay API
9 lines (8 loc) • 328 B
TypeScript
export declare const New = "new";
export declare const Funded = "funded";
export declare const Processing = "processing";
export declare const Complete = "complete";
export declare const Failed = "failed";
export declare const Cancelled = "cancelled";
export declare const Paid = "paid";
export declare const Unpaid = "unpaid";