UNPKG

@unilogin/sdk

Version:

SDK is a JS library, that communicates with relayer. SDK allows managing contract, by creating basic contract-calling messages.

10 lines 440 B
import { BlockchainService } from '@unilogin/contracts'; import { ReferenceCountedState } from './ReferenceCountedState'; export declare class BlockNumberState extends ReferenceCountedState<number> { private readonly blockchainService; constructor(blockchainService: BlockchainService); bindedSet: (v: number) => void; onFirstSubscribe(): void; onLastUnsubscribe(): void; } //# sourceMappingURL=BlockNumberState.d.ts.map