All URIs are relative to https://localhost:9200/v1/vault-ethereum
Method | HTTP request | Description |
---|---|---|
createanaccount | PUT /accounts/{account-name} | create an account |
readanaccount | GET /accounts/{account-name} | read an account |
createanaccount(account_name, accept, x_vault_request, x_vault_token, body) create an account
Name | Type | Description | Required | Notes |
---|---|---|---|---|
account_name | &str | [required] | ||
accept | &str | [required] | ||
x_vault_request | &str | [required] | ||
x_vault_token | &str | [required] | ||
body | Option<&str> | [required] |
(empty response body)
No authorization required
- Content-Type: application/json
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
readanaccount(account_name, accept, x_vault_request, x_vault_token) read an account
Name | Type | Description | Required | Notes |
---|---|---|---|---|
account_name | &str | [required] | ||
accept | &str | [required] | ||
x_vault_request | &str | [required] | ||
x_vault_token | &str | [required] |
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]