Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contract ¶
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 (*Contract) Deserialization ¶ added in v1.0.3
func (this *Contract) Deserialization(source *common.ZeroCopySource) error
`Contract.Args` has reference of `source`
func (*Contract) Deserialize ¶
Deserialize contract
func (*Contract) Serialization ¶ added in v1.0.3
func (this *Contract) Serialization(sink *common.ZeroCopySink)
type PreExecResult ¶
Click to show internal directories.
Click to hide internal directories.