mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-25 19:07:02 +00:00
Fixed typo and reworded "methods" to "actions", for consistency with the code.
This commit is contained in:
parent
613ce84df8
commit
2c78f4b45b
@ -50,9 +50,9 @@ async function myfunction() {
|
|||||||
myfunction();
|
myfunction();
|
||||||
```
|
```
|
||||||
|
|
||||||
## Supported methods
|
## Supported actions
|
||||||
|
|
||||||
Here is a list of currently supported methods:
|
Here is a list of currently supported actions:
|
||||||
- GET_ACCOUNT_ADDRESS
|
- GET_ACCOUNT_ADDRESS
|
||||||
- GET_ACCOUNT_PUBLIC_KEY
|
- GET_ACCOUNT_PUBLIC_KEY
|
||||||
- GET_ACCOUNT_DATA
|
- GET_ACCOUNT_DATA
|
||||||
@ -78,7 +78,7 @@ More functionality will be added in the future.
|
|||||||
|
|
||||||
## Example Requests
|
## Example Requests
|
||||||
|
|
||||||
Here is some example requests for each of the above:
|
Here are some example requests for each of the above:
|
||||||
|
|
||||||
### Get address of logged in account
|
### Get address of logged in account
|
||||||
_Will likely require user approval_
|
_Will likely require user approval_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user