@iotexproject/kit 0.2.4 → 0.2.5
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 +7 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -9480,6 +9480,13 @@ declare class Delegate$1 extends BaseDBModule {
|
|
|
9480
9480
|
status: string;
|
|
9481
9481
|
data: null;
|
|
9482
9482
|
}>;
|
|
9483
|
+
updateDelegateLogo({ logo, temp_eth_address }: {
|
|
9484
|
+
logo: string;
|
|
9485
|
+
temp_eth_address: string;
|
|
9486
|
+
}): Promise<{
|
|
9487
|
+
status: string;
|
|
9488
|
+
data: null;
|
|
9489
|
+
}>;
|
|
9483
9490
|
}
|
|
9484
9491
|
declare const modules$1: {
|
|
9485
9492
|
account: Account;
|