Versions in this module Expand all Collapse all v0 v0.6.0 Jan 2, 2024 Changes in this version + type Address pack.String + func (addr *Address) Unmarshal(buf []byte, rem int) ([]byte, int, error) + func (addr Address) Marshal(buf []byte, rem int) ([]byte, int, error) + func (addr Address) SizeHint() int + type Decoder interface + DecodeAddress func(Address) (RawAddress, error) + type EncodeDecoder interface + type Encoder interface + EncodeAddress func(RawAddress) (Address, error) + type RawAddress pack.Bytes + func (addr *RawAddress) Unmarshal(buf []byte, rem int) ([]byte, int, error) + func (addr RawAddress) Marshal(buf []byte, rem int) ([]byte, int, error) + func (addr RawAddress) SizeHint() int