View Source Stellar.TxBuild.ChangeTrust (Elixir Stellar SDK v0.22.0)
Creates, updates, or deletes a trustline.
Summary
Types
@type asset_type() :: :native | :alpha_num4 | :alpha_num12
@type t() :: %Stellar.TxBuild.ChangeTrust{ amount: Stellar.TxBuild.Amount.t(), asset: Stellar.TxBuild.Asset.t(), source_account: Stellar.TxBuild.OptionalAccount.t() }