Table of Contents
Properties
-
$nonce
: int
Methods
-
__construct()
: mixed
-
decode()
: XdrSCNonceKey
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: XdrSCNonceKey
-
getNonce()
: int
-
setNonce()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
__construct()
public
__construct(int $nonce) : mixed
Parameters
-
$nonce
: int
-
decode()
public
static decode(XdrBuffer $xdr) : XdrSCNonceKey
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
fromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : XdrSCNonceKey
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
getNonce()
public
getNonce() : int
setNonce()
public
setNonce(int $nonce) : void
Parameters
-
$nonce
: int
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-