@abcpros/bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
16 lines • 471 B
TypeScript
export interface IOrderInfoNoti {
orderId: string;
receivedTxId?: string;
pendingReason?: string;
error?: string;
}
export declare class OrderInfoNoti implements IOrderInfoNoti {
orderId: string;
receivedTxId?: string;
isNotifiedReceivingFundToTelegram?: boolean;
pendingReason?: string;
error?: string;
isNotifiedErrorToTelegram?: boolean;
static create(opts: any): OrderInfoNoti;
}
//# sourceMappingURL=OrderInfoNoti.d.ts.map