UNPKG

@polkadot/api-provider

Version:
3 lines (2 loc) 156 B
import { MockState } from './types'; export default function subscribe(self: MockState, type: string, method: string, params: Array<any>): Promise<number>;