CreateClaimableBalanceOperation constructor

CreateClaimableBalanceOperation(
  1. List<Claimant> _claimants,
  2. Asset _asset,
  3. String _amount
)

Implementation

CreateClaimableBalanceOperation(this._claimants, this._asset, this._amount);