Stellar.TxBuild.ChangeTrust (Elixir Stellar SDK v0.3.0) View Source

Creates, updates, or deletes a trustline.

Link to this section Summary

Link to this section Types

Specs

asset_type() :: :native | :alpha_num4 | :alpha_num12

Specs

component() :: {atom(), any()}

Specs

t() :: %Stellar.TxBuild.ChangeTrust{
  amount: Stellar.TxBuild.Amount.t(),
  asset: Stellar.TxBuild.Asset.t(),
  source_account: Stellar.TxBuild.OptionalAccount.t()
}

Specs

validation() :: {:ok, any()} | {:error, Keyword.t()}