UNPKG
@cosmos-kit/ctrl-extension
Version:
latest (2.17.1)
2.17.1
2.17.0
2.16.0
2.15.7
2.15.6
2.15.5
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.6
2.14.5
2.14.4
2.14.2
2.14.1
2.14.0
cosmos-kit wallet connector
github.com/hyperweb-io/cosmos-kit
hyperweb-io/cosmos-kit
@cosmos-kit/ctrl-extension
/
esm
/
extension
/
utils.d.ts
3 lines
(2 loc)
•
108 B
TypeScript
View Raw
1
2
3
import
{
CTRL
}
from
'./types'
;
export
declare
const
getCTRLFromExtension
:
() =>
Promise
<
CTRL
|
undefined
>;