Register or remove an agent wallet via the unified transaction endpoint
POST /order endpoint. Send a transaction with an agentWalletCreation action in the actions array.
POST /order has this shape:
agentWalletCreation object.
| Field | Type | Description |
|---|---|---|
a | string | Agent public key to authorize (base58). |
d | boolean | false = add/register agent, true = remove agent. |
OrderResponse format as other actions. Success may return agentWallet status:
agentWalletFailed:
BigInt(Date.now()) * 1_000_000nTransaction with a single agentWalletCreation action
Must contain exactly one agentWalletCreation action
Unique nonce (e.g. nanoseconds)
Account public key (base58)
Signer public key (base58)
Ed25519 signature (base58)