Contract Related Methods
hmy_estimateGas
Generates and returns an estimate of how much gas is necessary to allow the transaction to complete. The transaction will not be added to the blockchain.
Method: POST
Example body (raw)
Example response: 200
hmy_getStorageAt
Returns the value from a storage position at a given address.
Method: POST
Example body (raw)
Example response: 200
hmy_call
Executes a new message call immediately without creating a transaction on the block chain.
Method: POST
Example body (raw)
Example response: 200
hmy_getCode
Get the code at a specific address.
Method: POST
Example body (raw)
Example response: 200
Last updated