getStorage
Reads the raw value in smart contract storage.
Input Arguments
Parameter | Description |
---|---|
| Script hash of the smart contract to invoke a read on |
| Key of the storage value to retrieve from the contract |
| Network to submit this request to. If omitted, will default to network the wallet is currently set to |
Success Response
Parameter | Description |
---|---|
| The raw value that's stored in the contract |
Error Response
Parameter | Description |
---|---|
| The type of error which has occured |
| A description of the error which has occured |
| Any raw data associated with the error |
Example
Request
Response
最后更新于