Macfly.CaveatSet (macfly v0.2.9)

Summary

Functions

Link to this function

build_caveat(o \\ %Options{}, type, body)

Link to this function

decode(arg, o \\ %Options{})

@spec decode(binary(), Macfly.Options.t()) ::
  {:ok, [Macfly.Caveat.t()]} | {:error, any()}

Decode a message pack encoded set of caveats.

Link to this function

from_wire(wire_caveats, options \\ %Options{})