import { TransactionObserver } from './TransactionObserver'; import { INotifySdk } from './interfaces'; import { Network } from '@unilogin/commons'; export declare class NotifySdk implements INotifySdk { static createForNetwork(dappId: string, network: Network): INotifySdk; private readonly api; constructor(dappId: string, network: Network); watchTransaction(transactionHash: string): TransactionObserver; watchAccount(address: string): TransactionObserver; } //# sourceMappingURL=NotifySdk.d.ts.map