Expand description
§Address Manager
Manage a pool of addresses.
The manager::AddressManager allocates addresses and associates allocation with an user identity. A successful allocation will result in a manager::AddressGrant which has a limited lifetime.
The state of the address pool (which address to allocate next) is managed by allocator::AddressAllocator.