Versions in this module Expand all Collapse all v1 v1.0.0 Jun 28, 2023 Changes in this version + var Methods = map[abi.MethodNum]builtin.MethodMeta + type Create2Params struct + Initcode []byte + Salt [32]byte + func (t *Create2Params) MarshalCBOR(w io.Writer) error + func (t *Create2Params) UnmarshalCBOR(r io.Reader) error + type Create2Return Return + func (t *Create2Return) MarshalCBOR(w io.Writer) error + func (t *Create2Return) UnmarshalCBOR(r io.Reader) error + type CreateExternalReturn Return + func (t *CreateExternalReturn) MarshalCBOR(w io.Writer) error + func (t *CreateExternalReturn) UnmarshalCBOR(r io.Reader) error + type CreateParams struct + Initcode []byte + Nonce uint64 + func (t *CreateParams) MarshalCBOR(w io.Writer) error + func (t *CreateParams) UnmarshalCBOR(r io.Reader) error + type CreateReturn Return + func (t *CreateReturn) MarshalCBOR(w io.Writer) error + func (t *CreateReturn) UnmarshalCBOR(r io.Reader) error + type Return struct + ActorID uint64 + EthAddress [20]byte + RobustAddress *address.Address