Packages

c

org.stellar.sdk.xdr

StellarMessage

class StellarMessage extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StellarMessage
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StellarMessage()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getAuth(): Auth
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getDiscriminant(): MessageType
  12. def getDontHave(): DontHave
  13. def getEnvelope(): SCPEnvelope
  14. def getError(): Error
  15. def getGetSCPLedgerSeq(): Uint32
  16. def getHello(): Hello
  17. def getPeers(): Array[PeerAddress]
  18. def getQSet(): SCPQuorumSet
  19. def getQSetHash(): Uint256
  20. def getTransaction(): TransactionEnvelope
  21. def getTxSet(): TransactionSet
  22. def getTxSetHash(): Uint256
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def setAuth(value: Auth): Unit
  29. def setDiscriminant(value: MessageType): Unit
  30. def setDontHave(value: DontHave): Unit
  31. def setEnvelope(value: SCPEnvelope): Unit
  32. def setError(value: Error): Unit
  33. def setGetSCPLedgerSeq(value: Uint32): Unit
  34. def setHello(value: Hello): Unit
  35. def setPeers(value: Array[PeerAddress]): Unit
  36. def setQSet(value: SCPQuorumSet): Unit
  37. def setQSetHash(value: Uint256): Unit
  38. def setTransaction(value: TransactionEnvelope): Unit
  39. def setTxSet(value: TransactionSet): Unit
  40. def setTxSetHash(value: Uint256): Unit
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped