XdrChangeTrustOperation
in package
Table of Contents
Constants
- MAX_LIMIT = "9223372036854775807"
Methods
- __construct() : mixed
- decode() : XdrChangeTrustOperation
- encode() : string
- getLimit() : BigInteger
- getLine() : XdrChangeTrustAsset
Constants
MAX_LIMIT
public
mixed
MAX_LIMIT
= "9223372036854775807"
Methods
__construct()
public
__construct(XdrChangeTrustAsset $line[, BigInteger|null $limit = null ]) : mixed
Parameters
- $line : XdrChangeTrustAsset
- $limit : BigInteger|null = null
decode()
public
static decode(XdrBuffer $xdr) : XdrChangeTrustOperation
Parameters
- $xdr : XdrBuffer
Return values
XdrChangeTrustOperationencode()
public
encode() : string
Return values
stringgetLimit()
public
getLimit() : BigInteger
Return values
BigIntegergetLine()
public
getLine() : XdrChangeTrustAsset