@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.
package/dist/index.global.js
CHANGED
@@ -33104,7 +33104,7 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
33104
33104
|
this.signature = FunctionFragment.getSignature(this.jsonAbi, this.jsonFn);
|
33105
33105
|
this.selector = FunctionFragment.getFunctionSelector(this.signature);
|
33106
33106
|
this.selectorBytes = new StdStringCoder2().encode(name);
|
33107
|
-
this.encoding = this.jsonAbi.encoding;
|
33107
|
+
this.encoding = this.jsonAbi.encoding ?? ENCODING_V0;
|
33108
33108
|
this.isInputDataPointer = this.#isInputDataPointer();
|
33109
33109
|
this.outputMetadata = {
|
33110
33110
|
isHeapType: this.#isOutputDataHeap(),
|