UNPKG

@abcpros/bitcore-wallet-service

Version:
19 lines 510 B
export interface IMerchantInfo { code: string; name: string; walletAddress: string; merchantAddress?: string; email: string; isElpsAccepted: boolean; } export declare class MerchantInfo implements IMerchantInfo { code: string; name: string; walletAddress: string; merchantAddress?: string; email: string; isElpsAccepted: boolean; static create(opts: any): MerchantInfo; static fromObj(obj: any): MerchantInfo; } //# sourceMappingURL=merchantinfo.d.ts.map