@portkey/provider-types
Advanced tools
Comparing version 2.3.5-alpha.2 to 2.3.5-alpha.5
@@ -27,3 +27,3 @@ import type { IAElfRPCMethods, AElfWallet, ChainMethodResult, IContract } from '@portkey/types'; | ||
export type MultiChainInfo = { | ||
[x in ChainId]: { | ||
[x in ChainId]?: { | ||
chainUrl: string; | ||
@@ -34,4 +34,7 @@ contractAddress: string; | ||
export type MultiTransactionParamInfo = { | ||
[x in ChainId]: any; | ||
[x in ChainId]?: { | ||
method: string; | ||
params: any; | ||
}; | ||
}; | ||
//# sourceMappingURL=chain.d.ts.map |
@@ -184,7 +184,5 @@ import { DappEvents, EventId, NotificationEvents } from './event'; | ||
export interface SendMultiTransactionParams { | ||
rpcUrl: string; | ||
contractAddress: string; | ||
method: string; | ||
multiChainInfo: MultiChainInfo; | ||
gatewayUrl: string; | ||
chainId: ChainId; | ||
params: MultiTransactionParamInfo; | ||
@@ -191,0 +189,0 @@ } |
@@ -27,3 +27,3 @@ import type { IAElfRPCMethods, AElfWallet, ChainMethodResult, IContract } from '@portkey/types'; | ||
export type MultiChainInfo = { | ||
[x in ChainId]: { | ||
[x in ChainId]?: { | ||
chainUrl: string; | ||
@@ -34,4 +34,7 @@ contractAddress: string; | ||
export type MultiTransactionParamInfo = { | ||
[x in ChainId]: any; | ||
[x in ChainId]?: { | ||
method: string; | ||
params: any; | ||
}; | ||
}; | ||
//# sourceMappingURL=chain.d.ts.map |
@@ -184,7 +184,5 @@ import { DappEvents, EventId, NotificationEvents } from './event'; | ||
export interface SendMultiTransactionParams { | ||
rpcUrl: string; | ||
contractAddress: string; | ||
method: string; | ||
multiChainInfo: MultiChainInfo; | ||
gatewayUrl: string; | ||
chainId: ChainId; | ||
params: MultiTransactionParamInfo; | ||
@@ -191,0 +189,0 @@ } |
@@ -27,3 +27,3 @@ import type { IAElfRPCMethods, AElfWallet, ChainMethodResult, IContract } from '@portkey/types'; | ||
export type MultiChainInfo = { | ||
[x in ChainId]: { | ||
[x in ChainId]?: { | ||
chainUrl: string; | ||
@@ -34,4 +34,7 @@ contractAddress: string; | ||
export type MultiTransactionParamInfo = { | ||
[x in ChainId]: any; | ||
[x in ChainId]?: { | ||
method: string; | ||
params: any; | ||
}; | ||
}; | ||
//# sourceMappingURL=chain.d.ts.map |
@@ -184,7 +184,5 @@ import { DappEvents, EventId, NotificationEvents } from './event'; | ||
export interface SendMultiTransactionParams { | ||
rpcUrl: string; | ||
contractAddress: string; | ||
method: string; | ||
multiChainInfo: MultiChainInfo; | ||
gatewayUrl: string; | ||
chainId: ChainId; | ||
params: MultiTransactionParamInfo; | ||
@@ -191,0 +189,0 @@ } |
{ | ||
"name": "@portkey/provider-types", | ||
"version": "2.3.5-alpha.2", | ||
"version": "2.3.5-alpha.5", | ||
"description": "", | ||
@@ -46,3 +46,3 @@ "main": "./dist/commonjs/index.js", | ||
}, | ||
"gitHead": "96a110db597bb90df5c5e463c34773566b732fa5" | ||
"gitHead": "48680d49353a2defcfbf29a02f63cdf84cd03927" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
105897
1522