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