XdrInflationPayout
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrInflationPayout
- encode() : string
- getAmount() : BigInteger
- getDestination() : XdrAccountID
Methods
__construct()
public
__construct(XdrAccountID $destination, BigInteger $amount) : mixed
Parameters
- $destination : XdrAccountID
- $amount : BigInteger
decode()
public
static decode(XdrBuffer $xdr) : XdrInflationPayout
Parameters
- $xdr : XdrBuffer
Return values
XdrInflationPayoutencode()
public
encode() : string
Return values
stringgetAmount()
public
getAmount() : BigInteger
Return values
BigIntegergetDestination()
public
getDestination() : XdrAccountID