@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias DerivedKeys

    Contains the derived cryptographic key as a Uint8Array.

    type DerivedKeys = {
        chainCode: Uint8Array;
        key: Uint8Array;
    }
    Index

    Properties

    Properties

    chainCode: Uint8Array
    key: Uint8Array