@fuel-ts/account 0.0.0-rc-2021-20240423134925 → 0.0.0-rc-2021-20240423152230

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of @fuel-ts/account might be problematic. Click here for more details.

@@ -39890,8 +39890,6 @@ ${PANIC_DOC_URL}#variant.${status.reason}`;
39890
39890
  * assetId, if one it was not added yet.
39891
39891
  *
39892
39892
  * @param coin - Coin resource.
39893
- * @param predicate - Predicate bytes.
39894
- * @param predicateData - Predicate data bytes.
39895
39893
  */
39896
39894
  addCoinInput(coin) {
39897
39895
  const { assetId, owner, amount } = coin;
@@ -39921,8 +39919,6 @@ ${PANIC_DOC_URL}#variant.${status.reason}`;
39921
39919
  * baseAssetId, if one it was not added yet.
39922
39920
  *
39923
39921
  * @param message - Message resource.
39924
- * @param predicate - Predicate bytes.
39925
- * @param predicateData - Predicate data bytes.
39926
39922
  */
39927
39923
  addMessageInput(message) {
39928
39924
  const { recipient, sender, amount } = message;