Expand description

Specifies an abstract AddressEncoder that is used to convert Address to/from the in-memory representation of the associated spending constraint.

Traits

An AddressEncoder encodes and decodes addresses. This struct is used by the Builder to decode addresses, and is associated with a Network object. It handles converting addresses to recipients and vice versa. It also contains a function that wraps a string in the appropriate address type.