XdrStellarMessage class

Constructors

XdrStellarMessage(XdrMessageType _type)

Properties

auth XdrAuth?
getter/setter pair
discriminant XdrMessageType
getter/setter pair
dontHave XdrDontHave?
getter/setter pair
envelope XdrSCPEnvelope?
getter/setter pair
error XdrError?
getter/setter pair
getSCPLedgerSeq XdrUint32?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hello XdrHello?
getter/setter pair
peers List<XdrPeerAddress?>?
getter/setter pair
qSet XdrSCPQuorumSet?
getter/setter pair
qSetHash XdrUint256?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transaction XdrTransactionEnvelope?
getter/setter pair
txSet XdrTransactionSet?
getter/setter pair
txSetHash XdrUint256?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(XdrDataInputStream stream) XdrStellarMessage
encode(XdrDataOutputStream stream, XdrStellarMessage encodedStellarMessage) → void