Stellar PHP SDK API Documentation

XdrCreateContractArgsV2
in package

Table of Contents

Properties

$constructorArgs  : array<string|int, mixed>
$contractIDPreimage  : XdrContractIDPreimage
$executable  : XdrContractExecutable

Methods

__construct()  : mixed
decode()  : XdrCreateContractArgsV2
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : XdrCreateContractArgsV2
getConstructorArgs()  : array<string|int, mixed>
getContractIDPreimage()  : XdrContractIDPreimage
getExecutable()  : XdrContractExecutable
setConstructorArgs()  : void
setContractIDPreimage()  : void
setExecutable()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

fromBase64Xdr()

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

getConstructorArgs()

public getConstructorArgs() : array<string|int, mixed>
Return values
array<string|int, mixed>

setConstructorArgs()

public setConstructorArgs(array<string|int, mixed> $constructorArgs) : void
Parameters
$constructorArgs : array<string|int, mixed>

toTxRep()

public toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
$prefix : string
$lines : array<string|int, mixed>

        
On this page

Search results