View Source StellarBase.XDR.ContractAuthList (Elixir Stellar Base v0.11.1)
Representation of a Stellar ContractAuthList
list.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.ContractAuthList{ auth: [StellarBase.XDR.ContractAuth.t()] }
Link to this section Functions
@spec new(auth :: [StellarBase.XDR.ContractAuth.t()]) :: t()