WXL
2026-06-09 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
1
2
import { Auth, BaseWallet, SignerConfig } from "@uni-sign/types";
export declare function constructAuthFromWallet(wallet: BaseWallet<any>, config: SignerConfig): Promise<Auth>;