wallet_use
Validate an account and give its restart configuration. Does not replace the wallet of a running session or modify client settings.
Read as MarkdownResult
The environment setting needed to select an account.
Permissions
Does not unlock or switch the running wallet; restart with the returned setting.
Inputs and availability
Full catalog · Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Local Vault + sponsor
| Field | Type / required | Description |
|---|---|---|
| name | string Required | See schema for details. pattern: "^[a-z0-9][a-z0-9_-]{0,63}$" |
Nested fields are required only when their parent object or array item is supplied.
Full input schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"pattern": "^[a-z0-9][a-z0-9_-]{0,63}$"
}
},
"required": [
"name"
],
"$schema": "https://json-schema.org/draft/2020-12/schema"
}