useCreateWalletInstance
function useCreateWalletInstance(): (Wallet: WalletConfig<I>) => I;
Returns
a method to create an instance of given wallet class
type ReturnType = (Wallet: WalletConfig<I>) => I;
function useCreateWalletInstance(): (Wallet: WalletConfig<I>) => I;
a method to create an instance of given wallet class
type ReturnType = (Wallet: WalletConfig<I>) => I;