Versions in this module Expand all Collapse all v0 v0.6.0 Dec 14, 2021 Changes in this version + type CallData pack.Bytes + func (data *CallData) Unmarshal(buf []byte, rem int) ([]byte, int, error) + func (data CallData) Marshal(buf []byte, rem int) ([]byte, int, error) + func (data CallData) SizeHint() int + type Caller interface + CallContract func(context.Context, address.Address, CallData) (pack.Bytes, error)