UNPKG

zkverifyjs

Version:

Submit proofs to zkVerify and query proof state with ease using our npm package.

5 lines 275 B
import { ApiPromise } from '@polkadot/api'; import { KeyringPair } from '@polkadot/keyring/types'; import { AccountInfo } from '../../types'; export declare function accountInfo(api: ApiPromise, account: KeyringPair): Promise<AccountInfo>; //# sourceMappingURL=index.d.ts.map