View Source StellarBase.XDR.ContractAuth (Elixir Stellar Base v0.11.1)
Representation of Stellar ContractAuth
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.ContractAuth{ address_with_nonce: StellarBase.XDR.OptionalAddressWithNonce.t(), authorized_invocation: StellarBase.XDR.AuthorizedInvocation.t(), signature_args: StellarBase.XDR.SCVec.t() }
Link to this section Functions
@spec new( address_with_nonce :: StellarBase.XDR.OptionalAddressWithNonce.t(), authorized_invocation :: StellarBase.XDR.AuthorizedInvocation.t(), signature_args :: StellarBase.XDR.SCVec.t() ) :: t()