Body, Mind & Soul — API Reference
    Preparing search index...
    • Get the full wallet data for an actor: resolved currency definitions, labels, symbols, and current balances. Returns an array of { id, label, symbol, balance } objects ready for template iteration. Drops any wallet currency ids no longer present in world definitions (defensive). Returns [] if GlitchSmith is not active.

      Parameters

      • actor: any

      Returns Promise<{ balance: any; id: any; label: any; symbol: any }[]>