UNPKG

bitpay-sdk

Version:

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

7 lines (6 loc) 256 B
export declare const INVITED = "invited"; export declare const UNVERIFIED = "unverified"; export declare const VERIFIED = "verified"; export declare const ACTIVE = "active"; export declare const PAUSED = "paused"; export declare const REMOVED = "removed";