@vleap/warps 3.0.0-alpha.52 → 3.0.0-alpha.53
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.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -291,6 +291,7 @@ interface AdapterWarpSerializer {
|
|
|
291
291
|
}
|
|
292
292
|
interface AdapterWarpRegistry {
|
|
293
293
|
init(): Promise<void>;
|
|
294
|
+
getRegistryConfig(): WarpRegistryConfigInfo;
|
|
294
295
|
createWarpRegisterTransaction(txHash: string, alias?: string | null, brand?: string | null): WarpAdapterGenericTransaction;
|
|
295
296
|
createWarpUnregisterTransaction(txHash: string): WarpAdapterGenericTransaction;
|
|
296
297
|
createWarpUpgradeTransaction(alias: string, txHash: string): WarpAdapterGenericTransaction;
|
package/dist/index.d.ts
CHANGED
|
@@ -291,6 +291,7 @@ interface AdapterWarpSerializer {
|
|
|
291
291
|
}
|
|
292
292
|
interface AdapterWarpRegistry {
|
|
293
293
|
init(): Promise<void>;
|
|
294
|
+
getRegistryConfig(): WarpRegistryConfigInfo;
|
|
294
295
|
createWarpRegisterTransaction(txHash: string, alias?: string | null, brand?: string | null): WarpAdapterGenericTransaction;
|
|
295
296
|
createWarpUnregisterTransaction(txHash: string): WarpAdapterGenericTransaction;
|
|
296
297
|
createWarpUpgradeTransaction(alias: string, txHash: string): WarpAdapterGenericTransaction;
|