UNPKG

@interchainjs/injective

Version:
9 lines (8 loc) 435 B
import { ICosmosWalletConfig } from '@interchainjs/cosmos'; import { AddrDerivation } from '@interchainjs/types'; /** * Creates a wallet configuration for Injective with Ethereum-style address derivation * @param passphrase - Optional passphrase for key derivation * @returns Wallet configuration object */ export declare function createInjectiveEthConfig(derivations?: AddrDerivation[], passphrase?: string): ICosmosWalletConfig;