@paystreamer/sdk
    Preparing search index...

    Function useUserAccount

    • Returns {
          error: Error | null;
          isLoading: boolean;
          userAccount:
              | NonNullable<
                  NoInfer<
                      { accountCapId: string; accountId: string; balance: bigint }
                      | null,
                  >,
              >
              | null;
      }