@iotexproject/kit 0.1.37 → 0.1.38
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/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8905,7 +8905,8 @@ declare class BondingCurve {
|
|
|
8905
8905
|
error: unknown;
|
|
8906
8906
|
ok?: undefined;
|
|
8907
8907
|
}>;
|
|
8908
|
-
|
|
8908
|
+
projectList(args: {}, ctx?: ConfigContext): Promise<postgres.RowList<postgres.Row[]>>;
|
|
8909
|
+
tokenList(args: {
|
|
8909
8910
|
account: `0x${string}`;
|
|
8910
8911
|
}, ctx?: ConfigContext): Promise<{
|
|
8911
8912
|
address: `0x${string}`;
|