UNPKG

@xpla/xpla

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"> </p>

9 lines (8 loc) 925 B
import { COSMOS_EVM_ADDRESS_STRATEGY } from "./auth/strategy.js"; import { createCosmosEvmConfig } from "./auth/config.js"; import "./auth/index.js"; import { EthSecp256k1HDWallet } from "./wallets/ethSecp256k1hd.js"; import { BytesUtils, CosmosEvmSignatureProcessor, EthSecp256k1Signature, PRESET_COSMOS_EVM_SIGNATURE_FORMATS, resolveCosmosEvmSignatureFormat } from "./signers/signature-processor.js"; import { DEFAULT_COSMOS_EVM_SIGNER_CONFIG, createCosmosEvmSignerConfig, encodeCosmosEvmPublicKey, mergeCosmosEvmSignerOptions } from "./signers/config.js"; import "./signers/index.js"; export { BytesUtils, COSMOS_EVM_ADDRESS_STRATEGY, CosmosEvmSignatureProcessor, DEFAULT_COSMOS_EVM_SIGNER_CONFIG, EthSecp256k1HDWallet, EthSecp256k1Signature, PRESET_COSMOS_EVM_SIGNATURE_FORMATS, createCosmosEvmConfig, createCosmosEvmSignerConfig, encodeCosmosEvmPublicKey, mergeCosmosEvmSignerOptions, resolveCosmosEvmSignatureFormat };