Update docs
This commit is contained in:
parent
a388bcfad6
commit
bc4cbdc895
@ -181,6 +181,7 @@
|
||||
* [WalletSetDefault](#WalletSetDefault)
|
||||
* [WalletSign](#WalletSign)
|
||||
* [WalletSignMessage](#WalletSignMessage)
|
||||
* [WalletValidateAddress](#WalletValidateAddress)
|
||||
* [WalletVerify](#WalletVerify)
|
||||
##
|
||||
|
||||
@ -4585,6 +4586,21 @@ Response:
|
||||
}
|
||||
```
|
||||
|
||||
### WalletValidateAddress
|
||||
WalletValidateAddress validates whether a given string can be decoded as a well-formed address
|
||||
|
||||
|
||||
Perms: read
|
||||
|
||||
Inputs:
|
||||
```json
|
||||
[
|
||||
"string value"
|
||||
]
|
||||
```
|
||||
|
||||
Response: `"t01234"`
|
||||
|
||||
### WalletVerify
|
||||
WalletVerify takes an address, a signature, and some bytes, and indicates whether the signature is valid.
|
||||
The address does not have to be in the wallet.
|
||||
|
Loading…
Reference in New Issue
Block a user