UNPKG

@gear-js/react-hooks

Version:
10 lines (9 loc) 321 B
declare function useIssuedVouchers(accountAddress: string | undefined): { vouchers: string[] | undefined; isEachVoucherReady: boolean; }; declare function useAccountIssuedVouchers(): { vouchers: string[] | undefined; isEachVoucherReady: boolean; }; export { useIssuedVouchers, useAccountIssuedVouchers };