useBloctoWallet

function useBloctoWallet(): (
  options: { chainId: number } & BloctoAdditionalOptions,
) => Promise<BloctoWallet>;

Returns

type ReturnType = (
  options: { chainId: number } & BloctoAdditionalOptions,
) => Promise<BloctoWallet>;