View Source StellarBase.XDR.ContractAuth (Elixir Stellar Base v0.11.0)

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

Link to this function

new(address_with_nonce, authorized_invocation, signature_args)

View Source
@spec new(
  address_with_nonce :: StellarBase.XDR.OptionalAddressWithNonce.t(),
  authorized_invocation :: StellarBase.XDR.AuthorizedInvocation.t(),
  signature_args :: StellarBase.XDR.SCVec.t()
) :: t()