Documentation ¶
Index ¶
- func CallView(chainState state.State, ch chain.ChainCore, contractHname, viewHname isc.Hname, ...) (dict.Dict, error)
- func EstimateGas(ch chain.ChainCore, call ethereum.CallMsg) (uint64, error)
- func GetAccountBalance(ch chain.ChainCore, agentID isc.AgentID) (*isc.Assets, error)
- func ResolveError(ch chain.ChainCore, e *isc.UnresolvedVMError) (*isc.VMError, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallView ¶
func CallView(chainState state.State, ch chain.ChainCore, contractHname, viewHname isc.Hname, params dict.Dict) (dict.Dict, error)
CallView executes a view call on the latest block of the chain
func EstimateGas ¶
EstimateGas executes the given request and discards the resulting chain state. It is useful for estimating gas.
func GetAccountBalance ¶
func ResolveError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.