XdrInflationPayout
in package
Table of Contents
Properties
- $amount : BigInteger
- $destination : XdrAccountID
Methods
- __construct() : mixed
- decode() : XdrInflationPayout
- encode() : string
- fromBase64Xdr() : static
- getAmount() : BigInteger
- getDestination() : XdrAccountID
- setAmount() : void
- setDestination() : void
- toBase64Xdr() : string
Properties
$amount
public
BigInteger
$amount
$destination
public
XdrAccountID
$destination
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
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticgetAmount()
public
getAmount() : BigInteger
Return values
BigIntegergetDestination()
public
getDestination() : XdrAccountID
Return values
XdrAccountIDsetAmount()
public
setAmount(BigInteger $amount) : void
Parameters
- $amount : BigInteger
setDestination()
public
setDestination(XdrAccountID $destination) : void
Parameters
- $destination : XdrAccountID
toBase64Xdr()
public
toBase64Xdr() : string