@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.

package/dist/index.mjs CHANGED
@@ -2026,8 +2026,6 @@ var BaseTransactionRequest = class {
2026
2026
  * assetId, if one it was not added yet.
2027
2027
  *
2028
2028
  * @param coin - Coin resource.
2029
- * @param predicate - Predicate bytes.
2030
- * @param predicateData - Predicate data bytes.
2031
2029
  */
2032
2030
  addCoinInput(coin) {
2033
2031
  const { assetId, owner, amount } = coin;
@@ -2057,8 +2055,6 @@ var BaseTransactionRequest = class {
2057
2055
  * baseAssetId, if one it was not added yet.
2058
2056
  *
2059
2057
  * @param message - Message resource.
2060
- * @param predicate - Predicate bytes.
2061
- * @param predicateData - Predicate data bytes.
2062
2058
  */
2063
2059
  addMessageInput(message) {
2064
2060
  const { recipient, sender, amount } = message;