UNPKG

picasso-sdk

Version:

Picasso sdk for cosmos, ethereum, solana, and polkadot ibc transfer

5 lines 243 B
import { TX_MSG } from './constants'; export type TX_MSG_TYPE = typeof TX_MSG; export { type Keplr, type OfflineAminoSigner } from '@keplr-wallet/types'; export { type IbcExtension } from '@cosmjs/stargate'; //# sourceMappingURL=types.d.ts.map