StellarBase.XDR.TrustLineAsset (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar TrustLineAsset type.
Link to this section Summary
Link to this section Types
Specs
asset() :: StellarBase.XDR.AlphaNum4.t() | StellarBase.XDR.AlphaNum12.t() | StellarBase.XDR.Void.t() | StellarBase.XDR.PoolID.t()
Specs
t() :: %StellarBase.XDR.TrustLineAsset{
asset: asset(),
type: StellarBase.XDR.AssetType.t()
}
Link to this section Functions
Specs
new(asset :: asset(), type :: StellarBase.XDR.AssetType.t()) :: t()