📝 Wallet Specification See the Schema.Wallet for property validations Properties Name Type Attributes Description type string Type of Wallet address string Wallet Address algo Asset Balance in ALGOs name string <optional> Optionally name the wallet assets Wallet.assets <optional> Assets owned by the Wallet Source: spec/Wallet.js, line 26 See: {AlgodexApi#setWallet} Type Definitions # assets 💰 Assets A List of type Asset keyed by Asset#id. Used as a lookup for the current asset order. Type: Object.<string, Asset> Source: spec/Wallet.js, line 8 Example const assets = { 123456: { decimals: 5 balance: 100 } } # List 📝 Wallet List Type: Object.<number, Wallet> Source: spec/Wallet.js, line 2