@w3ux/utils 0.1.2 → 0.2.0
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.
- package/base.d.ts +1 -1
- package/package.json +1 -1
package/base.d.ts
CHANGED
|
@@ -68,7 +68,7 @@ declare const appendOr: (condition: boolean | string | undefined, value: string,
|
|
|
68
68
|
*/
|
|
69
69
|
declare const formatAccountSs58: (address: string, ss58: number) => string;
|
|
70
70
|
/**
|
|
71
|
-
* @name
|
|
71
|
+
* @name removeHexPrefix
|
|
72
72
|
* @summary Takes a string str as input and returns a new string with the "0x" prefix removed if it
|
|
73
73
|
* exists at the beginning of the input string.
|
|
74
74
|
*/
|