View Source StellarBase.XDR.TrustLine (Elixir Stellar Base v0.9.0)
Representation of Stellar TrustLine
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.TrustLine{ account_id: StellarBase.XDR.AccountID.t(), asset: StellarBase.XDR.TrustLineAsset.t() }
Link to this section Functions
@spec new( account_id :: StellarBase.XDR.AccountID.t(), asset :: StellarBase.XDR.TrustLineAsset.t() ) :: t()