Links

Wallet

WalletBalance

WalletBalance returns the balance of the given address at the current head of the chain.
Perms: read
Inputs:
[
"f01234"
]
Response: "0"

WalletValidateAddress

WalletValidateAddress validates whether a given string can be decoded as a well-formed address
Perms: read
Inputs:
[
"string value"
]
Response: "f01234"

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.
Perms: read
Inputs:
[
"f01234",
"Ynl0ZSBhcnJheQ==",
{
"Type": 2,
"Data": "Ynl0ZSBhcnJheQ=="
}
]
Response: true
Last modified 8mo ago