Bip32AccountDependencies: {
    bip32Ed25519: Pick<Bip32Ed25519, "derivePublicKeyAsync">;
    blake2b: Pick<Blake2b, "hashAsync">;
}

Type declaration

Generated using TypeDoc