XdrSimplePaymentResult constructor

XdrSimplePaymentResult(
  1. XdrMuxedAccount _destination,
  2. XdrAsset _asset,
  3. XdrInt64 _amount
)

Implementation

XdrSimplePaymentResult(this._destination, this._asset, this._amount);