StellarBase.XDR.AssetCode (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar AssetCode type.
Link to this section Summary
Link to this section Types
Specs
asset_code() :: StellarBase.XDR.AssetCode4.t() | StellarBase.XDR.AssetCode12.t()
Specs
t() :: %StellarBase.XDR.AssetCode{
asset: asset_code(),
type: StellarBase.XDR.AssetType.t()
}
Link to this section Functions
Specs
new(asset :: asset_code(), type :: StellarBase.XDR.AssetType.t()) :: t()