Wallet

Wallet

📝 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

Type Definitions

# assets

💰 Assets

A List of type Asset keyed by Asset#id. Used as a lookup for the current asset order.

Type:
Example
const assets = {
  123456: {
    decimals: 5
    balance: 100
  }
}

# List

📝 Wallet List

Type: