ClawbackOperationBuilder.forMuxedFromAccount constructor

ClawbackOperationBuilder.forMuxedFromAccount(
  1. Asset _asset,
  2. MuxedAccount _from,
  3. String _amount
)

Creates a ClawbackOperation builder using a MuxedAccount as a from account. _asset Aasset to be clawed back. _from MuxedAccount having the accountId of the account from which the asset is clawed back. _amount Amount to be clawed back.

Implementation

ClawbackOperationBuilder.forMuxedFromAccount(
    this._asset, this._from, this._amount);