StellarBase.XDR.Ledger.TrustLine (Elixir Stellar Base v0.2.1) View Source

Representation of Stellar Ledger TrustLine type.

Link to this section Summary

Link to this section Types

Specs

t() :: %StellarBase.XDR.Ledger.TrustLine{
  account_id: StellarBase.XDR.AccountID.t(),
  asset: StellarBase.XDR.TrustLineAsset.t()
}

Link to this section Functions

Specs

new(
  account_id :: StellarBase.XDR.AccountID.t(),
  asset :: StellarBase.XDR.TrustLineAsset.t()
) :: t()