XdrAllowTrustOperation
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrAllowTrustOperation
- encode() : string
- getAsset() : XdrAllowTrustOperationAsset
- getAuthorized() : int
- getTrustor() : XdrAccountID
Methods
__construct()
public
__construct(XdrAccountID $trustor, XdrAllowTrustOperationAsset $asset, int $authorized) : mixed
Parameters
- $trustor : XdrAccountID
- $asset : XdrAllowTrustOperationAsset
- $authorized : int
decode()
public
static decode(XdrBuffer $xdr) : XdrAllowTrustOperation
Parameters
- $xdr : XdrBuffer
Return values
XdrAllowTrustOperationencode()
public
encode() : string
Return values
stringgetAsset()
public
getAsset() : XdrAllowTrustOperationAsset
Return values
XdrAllowTrustOperationAssetgetAuthorized()
public
getAuthorized() : int
Return values
intgetTrustor()
public
getTrustor() : XdrAccountID