Build a fresh wallet seeded with the DEFAULT_PLAYER_WALLET_BALANCE_USD balance for an unseen player.
const wallet = createInitialPlayerWallet({ playerId: "player-42", now: new Date().toISOString(),});// → { playerId: "player-42", balanceUsd: 10, currency: "USD", updatedAt: ... } Copy
const wallet = createInitialPlayerWallet({ playerId: "player-42", now: new Date().toISOString(),});// → { playerId: "player-42", balanceUsd: 10, currency: "USD", updatedAt: ... }
Build a fresh wallet seeded with the DEFAULT_PLAYER_WALLET_BALANCE_USD balance for an unseen player.