UNPKG

@roochnetwork/rooch-sdk-kit

Version:
5 lines (4 loc) 151 B
/** * Retrieves the all session account */ export declare function useSession(scope: string): import("@roochnetwork/rooch-sdk").Session | undefined;