View Source Stellar.TxBuild.Ledger.Trustline (Elixir Stellar SDK v0.22.0)

Ledger Trustline struct definition.

Summary

Types

@type account_id() :: String.t()
@type asset() :: atom() | Keyword.t()
@type t() :: %Stellar.TxBuild.Ledger.Trustline{
  account_id: Stellar.TxBuild.AccountID.t(),
  asset: Stellar.TxBuild.TrustlineAsset.t()
}
@type validation() :: {:ok, any()} | {:error, atom()}