SCPStatement Confirm Xdr
data class SCPStatementConfirmXdr(val ballot: SCPBallotXdr, val nPrepared: Uint32Xdr, val nCommit: Uint32Xdr, val nH: Uint32Xdr, val quorumSetHash: HashXdr)
XDR Source: struct { SCPBallot ballot; // b uint32 nPrepared; // p.n uint32 nCommit; // c.n uint32 nH; // h.n Hash quorumSetHash; // D }
Constructors
Link copied to clipboard
constructor(ballot: SCPBallotXdr, nPrepared: Uint32Xdr, nCommit: Uint32Xdr, nH: Uint32Xdr, quorumSetHash: HashXdr)