@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.global.js +0 -4
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/dist/providers/transaction-request/transaction-request.d.ts +0 -4
- package/dist/providers/transaction-request/transaction-request.d.ts.map +1 -1
- package/dist/test-utils.global.js +0 -4
- package/dist/test-utils.global.js.map +1 -1
- package/dist/test-utils.js +0 -4
- package/dist/test-utils.js.map +1 -1
- package/dist/test-utils.mjs +0 -4
- package/dist/test-utils.mjs.map +1 -1
- package/package.json +15 -15
package/dist/index.js
CHANGED
@@ -2158,8 +2158,6 @@ var BaseTransactionRequest = class {
|
|
2158
2158
|
* assetId, if one it was not added yet.
|
2159
2159
|
*
|
2160
2160
|
* @param coin - Coin resource.
|
2161
|
-
* @param predicate - Predicate bytes.
|
2162
|
-
* @param predicateData - Predicate data bytes.
|
2163
2161
|
*/
|
2164
2162
|
addCoinInput(coin) {
|
2165
2163
|
const { assetId, owner, amount } = coin;
|
@@ -2189,8 +2187,6 @@ var BaseTransactionRequest = class {
|
|
2189
2187
|
* baseAssetId, if one it was not added yet.
|
2190
2188
|
*
|
2191
2189
|
* @param message - Message resource.
|
2192
|
-
* @param predicate - Predicate bytes.
|
2193
|
-
* @param predicateData - Predicate data bytes.
|
2194
2190
|
*/
|
2195
2191
|
addMessageInput(message) {
|
2196
2192
|
const { recipient, sender, amount } = message;
|