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