Multi-signature authority configuration for token governance.
Summary
Functions
Validate the authority configuration (m-of-n keys).
Types
@type t() :: %BSV.Tokens.Authority{m: non_neg_integer(), public_keys: [String.t()]}
Functions
@spec validate(t()) :: :ok | {:error, BSV.Tokens.Error.t()}
Validate the authority configuration (m-of-n keys).