Stellar PHP SDK API Documentation

XdrSCPStatementConfirm
in package

Table of Contents

Properties

$ballot  : XdrSCPBallot
$nCommit  : int
$nH  : int
$nPrepared  : int
$quorumSetHash  : string

Methods

__construct()  : mixed
decode()  : XdrSCPStatementConfirm
encode()  : string
fromBase64Xdr()  : static
getBallot()  : XdrSCPBallot
getNCommit()  : int
getNH()  : int
getNPrepared()  : int
getQuorumSetHash()  : string
setBallot()  : void
setNCommit()  : void
setNH()  : void
setNPrepared()  : void
setQuorumSetHash()  : void
toBase64Xdr()  : string

Properties

Methods

__construct()

public __construct(XdrSCPBallot $ballot, int $nPrepared, int $nCommit, int $nH, string $quorumSetHash) : mixed
Parameters
$ballot : XdrSCPBallot
$nPrepared : int
$nCommit : int
$nH : int
$quorumSetHash : string

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

setQuorumSetHash()

public setQuorumSetHash(string $quorumSetHash) : void
Parameters
$quorumSetHash : string

        
On this page

Search results