Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractInvokeParam ¶ added in v1.5.1
Invoke smart contract struct Param Version: invoke smart contract version, default 0 Param Address: invoke on blockchain smart contract by address Param Method: invoke smart contract method, default "" Param Args: invoke smart contract arguments
func (*ContractInvokeParam) Deserialization ¶ added in v1.5.1
func (this *ContractInvokeParam) Deserialization(source *common.ZeroCopySource) error
`ContractInvokeParam.Args` has reference of `source`
func (*ContractInvokeParam) Deserialize ¶ added in v1.5.1
func (this *ContractInvokeParam) Deserialize(r io.Reader) error
Deserialize contract
func (*ContractInvokeParam) Serialization ¶ added in v1.5.1
func (this *ContractInvokeParam) Serialization(sink *common.ZeroCopySink)
type PreExecResult ¶
Click to show internal directories.
Click to hide internal directories.