Requiem.AddressTable (requiem v0.4.0)

Link to this section Summary

Link to this section Functions

Link to this function

delete(handler, address)

Specs

delete(module(), Requiem.Address.t()) :: :ok

Specs

init(module()) :: :ok
Link to this function

insert(handler, address, dcid)

Specs

insert(module(), Requiem.Address.t(), binary()) :: :ok
Link to this function

lookup(handler, address)

Specs

lookup(module(), Requiem.Address.t()) :: {:ok, binary()} | {:error, :not_found}