UNPKG

@roochnetwork/rooch-sdk-kit

Version:
5 lines (4 loc) 179 B
/** * Retrieves the session account that is currently selected, if one exists. */ export declare function useCurrentSession(): import("@roochnetwork/rooch-sdk").Session | null;