XdrSCPStatementPrepare class

Constructors

XdrSCPStatementPrepare(XdrHash _quorumSetHash, XdrSCPBallot _ballot, XdrSCPBallot? _prepared, XdrSCPBallot? _preparedPrime, XdrUint32 _nC, XdrUint32 _nH)

Properties

ballot XdrSCPBallot
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nC XdrUint32
getter/setter pair
nH XdrUint32
getter/setter pair
prepared XdrSCPBallot?
getter/setter pair
preparedPrime XdrSCPBallot?
getter/setter pair
quorumSetHash XdrHash
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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) XdrSCPStatementPrepare
encode(XdrDataOutputStream stream, XdrSCPStatementPrepare encodedSCPStatementPrepare) → void