@fuel-ts/account 0.0.0-rc-2040-20240411101115 → 0.0.0-rc-2040-20240411103253
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.
@@ -36765,7 +36765,8 @@ This unreleased fuel-core build may include features and updates not yet support
|
|
36765
36765
|
);
|
36766
36766
|
}
|
36767
36767
|
return AbiCoder.encode(this.jsonAbi, configurable.configurableType, value, {
|
36768
|
-
isRightPadded: true
|
36768
|
+
isRightPadded: true,
|
36769
|
+
encoding: ENCODING_V0
|
36769
36770
|
});
|
36770
36771
|
}
|
36771
36772
|
getTypeById(typeId) {
|