UNPKG
cosmic-interchain-cli
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
A command-line utility for Cosmic Wire's interchain messaging protocol
cosmic-interchain-cli
/
dist
/
src
/
config
/
utils.d.ts
3 lines
•
294 B
TypeScript
View Raw
1
2
3
import
{
HookConfig
,
HookType
,
IsmConfig
,
IsmType
}
from
'@hyperlane-xyz/sdk'
;
export
declare
function
callWithConfigCreationLogs<T
extends
IsmConfig
|
HookConfig
>(
fn
:
(
...
args
:
any
[]
) =>
Promise
<T>,
type
:
IsmType
|
HookType
):
(
...
args
:
any
[]
) =>
Promise
<T>;
//# sourceMappingURL=utils.d.ts.map