View Source StellarBase.XDR.AlphaNum4 (Elixir Stellar Base v0.10.0)
Representation of Stellar AlphaNum4
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.AlphaNum4{ asset_code: StellarBase.XDR.AssetCode4.t(), issuer: StellarBase.XDR.AccountID.t() }
Link to this section Functions
@spec new( asset_code :: StellarBase.XDR.AssetCode4.t(), issuer :: StellarBase.XDR.AccountID.t() ) :: t()