The Account vertical handles account creation, funding, and administration. (The class is named AccountVertical to avoid colliding with the Account record type — a core type used across the SDK; it is reached as client.account.)
| Method | Description |
|---|---|
| create | Generate a new keypair locally (no transaction). |
| activate | Activate a created account with operator-funded XRP. |
| fund | Fund a created account from a testnet/devnet faucet. |
| set | Update account settings and flags. |
| setRegularKey | Set or remove the account's regular key. |
| depositPreauth | Grant or revoke deposit preauthorization. |
| retrieve | Read an account's on-chain state. |
| listOffers | List the DEX offers placed by an account. |