Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionCode ¶
type FunctionCode struct { // Contract Code Code []byte // Contract parameter type list ParameterTypes []ContractParameterType // Contract return type list ReturnTypes []ContractParameterType }
func (*FunctionCode) Deserialize ¶
func (fc *FunctionCode) Deserialize(r io.Reader) error
method of SerializableData
Click to show internal directories.
Click to hide internal directories.