WaxAPIREST.Types.AttestationConveyancePreference (wax_api_rest v0.5.0)

View Source

Summary

Types

t()

Must be one of

Types

t()

@type t() :: String.t()

Must be one of:

  • "none"
  • "indirect"
  • "direct"

Functions

new(val)

@spec new(String.t()) :: t() | no_return()