XdrCreateAccountOperation
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrCreateAccountOperation
- encode() : string
- getDestination() : XdrAccountID
- getStartingBalance() : BigInteger
Methods
__construct()
public
__construct(XdrAccountID $destination, BigInteger $startingBalance) : mixed
Parameters
- $destination : XdrAccountID
- $startingBalance : BigInteger
decode()
public
static decode(XdrBuffer $xdr) : XdrCreateAccountOperation
Parameters
- $xdr : XdrBuffer
Return values
XdrCreateAccountOperationencode()
public
encode() : string
Return values
stringgetDestination()
public
getDestination() : XdrAccountID
Return values
XdrAccountIDgetStartingBalance()
public
getStartingBalance() : BigInteger