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

Representation of Stellar SCAddress type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.SCAddress{
  sc_address: sc_address(),
  type: StellarBase.XDR.SCAddressType.t()
}

Link to this section Functions

@spec new(sc_address :: sc_address(), type :: StellarBase.XDR.SCAddressType.t()) ::
  t()