Call a view function on a contract by Hname
POST/v1/chain/callview
Execute a view call. Either use HName or Name properties. If both are supplied, HName are used.
Request
- application/json
Body
required
Parameters
arguments string[]required
Encoded arguments to be passed to the function
block string
contractHName stringrequired
The contract name as HName (Hex)
contractName stringrequired
The contract name
functionHName stringrequired
The function name as HName (Hex)
functionName stringrequired
The function name
Responses
- 200
Result
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
171
]
Loading...