XdrChangeTrustOperation
extends XdrChangeTrustOperationBase
in package
Table of Contents
Constants
- MAX_LIMIT = "9223372036854775807"
Properties
- $limit : BigInteger
- $line : XdrChangeTrustAsset
Methods
- __construct() : mixed
- decode() : static
- encode() : string
- fromBase64Xdr() : static
- fromTxRep() : static
- getLimit() : BigInteger
- getLine() : XdrChangeTrustAsset
- setLimit() : void
- setLine() : void
- toBase64Xdr() : string
- toTxRep() : void
Constants
MAX_LIMIT
public
mixed
MAX_LIMIT
= "9223372036854775807"
Properties
$limit
public
BigInteger
$limit
$line
public
XdrChangeTrustAsset
$line
Methods
__construct()
public
__construct(XdrChangeTrustAsset $line[, BigInteger|null $limit = null ]) : mixed
Parameters
- $line : XdrChangeTrustAsset
- $limit : BigInteger|null = null
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
- $xdr : XdrBuffer
Return values
staticencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
staticgetLimit()
public
getLimit() : BigInteger
Return values
BigIntegergetLine()
public
getLine() : XdrChangeTrustAsset
Return values
XdrChangeTrustAssetsetLimit()
public
setLimit(BigInteger $limit) : void
Parameters
- $limit : BigInteger
setLine()
public
setLine(XdrChangeTrustAsset $line) : void
Parameters
- $line : XdrChangeTrustAsset
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
- $prefix : string
- $lines : array<string|int, mixed>