XdrConfigUpgradeSetKeyBase
Table of Contents
Properties
-
$contentHash
: string
-
$contractID
: string
Methods
-
__construct()
: mixed
-
decode()
: static
-
encode()
: string
-
fromBase64Xdr()
: static
-
getContentHash()
: string
-
getContractID()
: string
-
setContentHash()
: void
-
setContractID()
: void
-
toBase64Xdr()
: string
$contentHash
public
string
$contentHash
$contractID
public
string
$contractID
__construct()
public
__construct(string $contractID, string $contentHash) : mixed
Parameters
-
$contractID
: string
-
-
$contentHash
: string
-
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
getContentHash()
public
getContentHash() : string
getContractID()
public
getContractID() : string
setContentHash()
public
setContentHash(string $contentHash) : void
Parameters
-
$contentHash
: string
-
setContractID()
public
setContractID(string $contractID) : void
Parameters
-
$contractID
: string
-
toBase64Xdr()
public
toBase64Xdr() : string