Type Alias DerivedKeys

DerivedKeys: {
    chainCode: Uint8Array;
    key: Uint8Array;
}

Contains the derived cryptographic key as a Uint8Array.