• Parameters

    Returns Promise<
        {
            epriv: string;
            epub: string;
            priv: string;
            pub: string;
            secp256k1Bitcoin: {
                address: string;
                privateKey: string;
                publicKey: string;
            };
            secp256k1Ethereum: {
                address: string;
                privateKey: string;
                publicKey: string;
            };
        },
    >