Versions in this module Expand all Collapse all v0 v0.1.0 Feb 28, 2020 Changes in this version + func TxHash(to abi.String, in Arguments) abi.Bytes32 + type Argument struct + Name abi.String + Value abi.Value + func (Argument) Type() abi.Type + func (arg *Argument) Unmarshal(r io.Reader, m uint32) (uint32, error) + func (arg *Argument) UnmarshalJSON(data []byte) error + func (arg Argument) Marshal(w io.Writer) (uint32, error) + func (arg Argument) MarshalJSON() ([]byte, error) + func (arg Argument) SizeHint() uint32 + type Arguments []Argument + func (Arguments) Type() abi.Type + func (args *Arguments) Unmarshal(r io.Reader, m uint32) (uint32, error) + func (args Arguments) Marshal(w io.Writer) (uint32, error) + func (args Arguments) SizeHint() uint32 + type Tx struct + Autogen Arguments + Hash abi.Bytes32 + In Arguments + Out Arguments + To abi.String + func NewTx(to abi.String, in, autogen, out Arguments) Tx + func (Tx) Type() abi.Type + func (tx *Tx) Unmarshal(r io.Reader, m uint32) (uint32, error) + func (tx Tx) Marshal(w io.Writer) (uint32, error) + func (tx Tx) SizeHint() uint32