@xpla/xpla
Version:
<p align="center"> <img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"> </p>
4 lines (3 loc) • 588 B
JavaScript
import { BytesUtils, CosmosEvmSignatureProcessor, EthSecp256k1Signature, PRESET_COSMOS_EVM_SIGNATURE_FORMATS, resolveCosmosEvmSignatureFormat } from "./signature-processor.js";
import { DEFAULT_COSMOS_EVM_SIGNER_CONFIG, createCosmosEvmSignerConfig, encodeCosmosEvmPublicKey, mergeCosmosEvmSignerOptions } from "./config.js";
export { BytesUtils, CosmosEvmSignatureProcessor, DEFAULT_COSMOS_EVM_SIGNER_CONFIG, EthSecp256k1Signature, PRESET_COSMOS_EVM_SIGNATURE_FORMATS, createCosmosEvmSignerConfig, encodeCosmosEvmPublicKey, mergeCosmosEvmSignerOptions, resolveCosmosEvmSignatureFormat };