View Source StellarBase.XDR.Operations.ChangeTrust (Elixir Stellar Base v0.11.1)
Representation of Stellar ChangeTrust
type.
Link to this section Summary
Link to this section Types
@type t() :: %StellarBase.XDR.Operations.ChangeTrust{ asset: StellarBase.XDR.ChangeTrustAsset.t(), limit: StellarBase.XDR.Int64.t() }
Link to this section Functions
@spec new( asset :: StellarBase.XDR.ChangeTrustAsset.t(), limit :: StellarBase.XDR.Int64.t() ) :: t()