Packages

o

stellar.sdk.model.result

ChangeTrustMalformed

case object ChangeTrustMalformed extends ChangeTrustResult with Product with Serializable

ChangeTrust operation failed because the request was malformed. E.g. The limit was less than zero, or the asset was malformed, or the native asset was provided.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChangeTrustMalformed
  2. Serializable
  3. Product
  4. Equals
  5. ChangeTrustResult
  6. ProcessedOperationResult
  7. OperationResult
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def productElementName(n: Int): String
    Definition Classes
    Product
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def result: org.stellar.xdr.ChangeTrustResult
  4. def transactionResult: OperationResultTr
  5. def xdr: org.stellar.xdr.OperationResult