SVG Definitions

smart-account list

List all locally stored smart accounts.

Lists every smart account stored on disk and prints basic metadata.

Usage

namera smart-account list

Aliases:

  • Group alias: namera sa
  • Command alias: list -> ls

Flags

This command has no command-specific flags.

Global flags:

  • --params: Raw JSON parameters for agent-driven execution (empty object)
  • --output, -o: pretty, json, or ndjson
  • --quite, -q: Suppress output

Params mode (agents)

The list command takes no parameters. The schema is still available:

namera schema smart-account.list

If you must pass params, use an empty object:

namera smart-account list --params '{}'

Output

Each item includes:

  • alias: Smart account alias
  • address: Smart account address
  • owner: Owner keystore alias
  • index: Account index
  • kernelVersion: Kernel version used for the account

Examples

Default output:

namera smart-account list

NDJSON output:

namera smart-account list --output ndjson

Short aliases:

namera sa ls

Schema lookup:

namera schema smart-account.list