SCPStatementExternalizeXdr

data class SCPStatementExternalizeXdr(val commit: SCPBallotXdr, val nH: Uint32Xdr, val commitQuorumSetHash: HashXdr)

XDR Source: struct { SCPBallot commit; // c uint32 nH; // h.n Hash commitQuorumSetHash; // D used before EXTERNALIZE }

Constructors

Link copied to clipboard
constructor(commit: SCPBallotXdr, nH: Uint32Xdr, commitQuorumSetHash: HashXdr)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

D used before EXTERNALIZE

Link copied to clipboard

h.n

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)