Stellar PHP SDK API Documentation

XdrTrustLineFlags
in package

Table of Contents

Constants

AUTHORIZED_FLAG  = 1
AUTHORIZED_TO_MAINTAIN_LIABILITIES_FLAG  = 2
TRUSTLINE_CLAWBACK_ENABLED_FLAG  = 4

Properties

$value  : int

Methods

__construct()  : mixed
AUTHORIZED_FLAG()  : XdrTrustLineFlags
AUTHORIZED_TO_MAINTAIN_LIABILITIES_FLAG()  : XdrTrustLineFlags
decode()  : XdrTrustLineFlags
encode()  : string
fromBase64Xdr()  : static
getValue()  : int
toBase64Xdr()  : string
TRUSTLINE_CLAWBACK_ENABLED_FLAG()  : XdrTrustLineFlags

Constants

AUTHORIZED_TO_MAINTAIN_LIABILITIES_FLAG

public mixed AUTHORIZED_TO_MAINTAIN_LIABILITIES_FLAG = 2

TRUSTLINE_CLAWBACK_ENABLED_FLAG

public mixed TRUSTLINE_CLAWBACK_ENABLED_FLAG = 4

Properties

Methods

__construct()

public __construct(int $value) : mixed
Parameters
$value : int

fromBase64Xdr()

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

        
On this page

Search results