@evefrontier/dapp-kit - v0.0.1
    Preparing search index...

    Function SmartObjectProvider

    • SmartObjectProvider component provides context for smart objects data. It uses GraphQL queries to fetch objects on the Sui blockchain from the EVE Frontier package, with optional polling for updates.

      The provider fetches both the assembly data and its owner (character) information:

      1. Fetches assembly data with dynamic fields
      2. Uses owner_cap_id to resolve the Character OwnerCap
      3. Fetches full character data from the Character ID

      Parameters

      • __namedParameters: { children: ReactNode }

      Returns Element