bitcore-wallet-service
Version:
A service for Mutisig HD Bitcoin Wallets
23 lines • 604 B
TypeScript
export interface IPushNotificationSub {
version: string;
createdOn: number;
copayerId: string;
token: string;
externalUserId: string;
packageName: string;
platform: string;
walletId: string;
}
export declare class PushNotificationSub {
version: string;
createdOn: number;
copayerId: string;
token: string;
externalUserId: string;
packageName: string;
platform: string;
walletId: string;
static create(opts: any): PushNotificationSub;
static fromObj(obj: any): PushNotificationSub;
}
//# sourceMappingURL=pushnotificationsub.d.ts.map