Stellar PHP SDK API Documentation

XdrSorobanAuthorizedFunctionType
in package

Table of Contents

Constants

SOROBAN_AUTHORIZED_FUNCTION_TYPE_CONTRACT_FN  = 0
SOROBAN_AUTHORIZED_FUNCTION_TYPE_CREATE_CONTRACT_HOST_FN  = 1
SOROBAN_AUTHORIZED_FUNCTION_TYPE_CREATE_CONTRACT_V2_HOST_FN  = 2

Properties

$value  : int

Methods

__construct()  : mixed
decode()  : XdrSorobanAuthorizedFunctionType
encode()  : string
enumName()  : string
fromBase64Xdr()  : static
fromTxRep()  : static
fromTxRepName()  : static
getValue()  : int
SOROBAN_AUTHORIZED_FUNCTION_TYPE_CONTRACT_FN()  : XdrSorobanAuthorizedFunctionType
SOROBAN_AUTHORIZED_FUNCTION_TYPE_CREATE_CONTRACT_HOST_FN()  : XdrSorobanAuthorizedFunctionType
SOROBAN_AUTHORIZED_FUNCTION_TYPE_CREATE_CONTRACT_V2_HOST_FN()  : XdrSorobanAuthorizedFunctionType
toBase64Xdr()  : string
toTxRep()  : void

Constants

SOROBAN_AUTHORIZED_FUNCTION_TYPE_CREATE_CONTRACT_V2_HOST_FN

public mixed SOROBAN_AUTHORIZED_FUNCTION_TYPE_CREATE_CONTRACT_V2_HOST_FN = 2

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