StellarBase.XDR.AlphaNum12 (Elixir Stellar Base v0.2.1) View Source

Representation of Stellar AlphaNum12 type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.AlphaNum12{
  asset_code: StellarBase.XDR.AssetCode12.t(),
  issuer: StellarBase.XDR.AccountID.t()
}

Link to this section Functions

Specs

new(
  asset_code :: StellarBase.XDR.AssetCode12.t(),
  issuer :: StellarBase.XDR.AccountID.t()
) :: t()