Stellar PHP SDK API Documentation

XdrSorobanAuthorizedFunction extends XdrSorobanAuthorizedFunctionBase
in package

Table of Contents

Properties

$contractFn  : XdrInvokeContractArgs|null
$createContractHostFn  : XdrCreateContractArgs|null
$createContractV2HostFn  : XdrCreateContractArgsV2|null
$type  : XdrSorobanAuthorizedFunctionType

Methods

__construct()  : mixed
decode()  : static
encode()  : string
forCreateContractArgs()  : XdrSorobanAuthorizedFunction
forCreateContractArgsV2()  : XdrSorobanAuthorizedFunction
forInvokeContractArgs()  : XdrSorobanAuthorizedFunction
fromBase64Xdr()  : static
fromTxRep()  : static
getContractFn()  : XdrInvokeContractArgs|null
getCreateContractHostFn()  : XdrCreateContractArgs|null
getCreateContractV2HostFn()  : XdrCreateContractArgsV2|null
getType()  : XdrSorobanAuthorizedFunctionType
setContractFn()  : void
setCreateContractHostFn()  : void
setCreateContractV2HostFn()  : void
setType()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

fromTxRep()

public static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
$map : array<string|int, mixed>
$prefix : string
Return values
static

toTxRep()

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

        
On this page

Search results