UNPKG

@gear-js/react-hooks

Version:
11 lines (10 loc) 452 B
import { HexString } from '@gear-js/api'; declare function useIsVoucherExists(programId: HexString | undefined, accountAddress: HexString | undefined): { isVoucherExists: boolean | undefined; isVoucherExistsReady: boolean; }; declare function useIsAccountVoucherExists(programId: HexString | undefined): { isVoucherExists: boolean | undefined; isVoucherExistsReady: boolean; }; export { useIsVoucherExists, useIsAccountVoucherExists };