XdrSCPStatementPrepare class

Constructors

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

Properties

ballot XdrSCPBallot
read / write
hashCode int
The hash code for this object.
read-onlyinherited
nC XdrUint32
read / write
nH XdrUint32
read / write
prepared XdrSCPBallot?
read / write
preparedPrime XdrSCPBallot?
read / write
quorumSetHash XdrHash
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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