View Source Kadena.Types.SigningCap (Kadena v0.19.1)
SigningCap
struct definition.
Link to this section Summary
Link to this section Types
@type cap() :: Kadena.Types.Cap.t()
@type description() :: str()
@type role() :: str()
@type str() :: String.t()
@type t() :: %Kadena.Types.SigningCap{ cap: cap(), description: description(), role: role() }