@fuel-ts/account 0.0.0-rc-1832-20240402161750 → 0.0.0-rc-1832-20240402165147

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.

@@ -36569,7 +36569,7 @@ This unreleased fuel-core build may include features and updates not yet support
36569
36569
  this.signature = FunctionFragment.getSignature(this.jsonAbi, this.jsonFn);
36570
36570
  this.selector = FunctionFragment.getFunctionSelector(this.signature);
36571
36571
  this.selectorBytes = new StdStringCoder2().encode(name);
36572
- this.encoding = this.jsonAbi.encoding;
36572
+ this.encoding = this.jsonAbi.encoding ?? ENCODING_V0;
36573
36573
  this.isInputDataPointer = this.#isInputDataPointer();
36574
36574
  this.outputMetadata = {
36575
36575
  isHeapType: this.#isOutputDataHeap(),