XdrCreateAccountOp constructor

XdrCreateAccountOp(
  1. XdrAccountID _destination,
  2. XdrInt64 _startingBalance
)

Implementation

XdrCreateAccountOp(this._destination, this._startingBalance);