XdrHashIDPreimageContractID
in package
Table of Contents
Properties
- $contractIDPreimage : XdrContractIDPreimage
- $networkID : string
Methods
- __construct() : mixed
- decode() : XdrHashIDPreimageContractID
- encode() : string
- getContractIDPreimage() : XdrContractIDPreimage
- getNetworkID() : string
- setContractIDPreimage() : void
- setNetworkID() : void
Properties
$contractIDPreimage
public
XdrContractIDPreimage
$contractIDPreimage
$networkID
public
string
$networkID
Methods
__construct()
public
__construct(string $networkID, XdrContractIDPreimage $contractIDPreimage) : mixed
Parameters
- $networkID : string
- $contractIDPreimage : XdrContractIDPreimage
decode()
public
static decode(XdrBuffer $xdr) : XdrHashIDPreimageContractID
Parameters
- $xdr : XdrBuffer
Return values
XdrHashIDPreimageContractIDencode()
public
encode() : string
Return values
stringgetContractIDPreimage()
public
getContractIDPreimage() : XdrContractIDPreimage
Return values
XdrContractIDPreimagegetNetworkID()
public
getNetworkID() : string
Return values
stringsetContractIDPreimage()
public
setContractIDPreimage(XdrContractIDPreimage $contractIDPreimage) : void
Parameters
- $contractIDPreimage : XdrContractIDPreimage
setNetworkID()
public
setNetworkID(string $networkID) : void
Parameters
- $networkID : string