Skip to main content

ContractCallLocalQuery

Call a function of the given smart contract instance, giving it functionParameters as its inputs. It will consume the entire given amount of gas.

ContractCallLocalResponse

Response when the client sends the node ContractCallLocalQuery

ContractFunctionResult

The result returned by a call to a smart contract function. This is part of the response to a ContractCallLocal query, and is in the record for a ContractCall or ContractCreateInstance transaction. The ContractCreateInstance transaction record has the results of the call to the constructor.

ContractLoginfo

The log information for an event returned by a smart contract function call. One function call may return several such events.

ContractStateChange

The storage changes to a smart contract’s storage as a side effect of the function call.

StorageChange

A storage slot change description.