XdrSCNonceKey
in package
Table of Contents
Properties
- $nonce : int
Methods
- __construct() : mixed
- decode() : XdrSCNonceKey
- encode() : string
- getNonce() : int
- setNonce() : void
Properties
$nonce
public
int
$nonce
Methods
__construct()
public
__construct(int $nonce) : mixed
Parameters
- $nonce : int
decode()
public
static decode(XdrBuffer $xdr) : XdrSCNonceKey
Parameters
- $xdr : XdrBuffer
Return values
XdrSCNonceKeyencode()
public
encode() : string
Return values
stringgetNonce()
public
getNonce() : int
Return values
intsetNonce()
public
setNonce(int $nonce) : void
Parameters
- $nonce : int