Umi — API References - v1.3.0
    Preparing search index...

    Function fromKitKeypair

    • Converts a Kit CryptoKeyPair to a umi Keypair ({ publicKey, secretKey }). Uses WebCrypto API to export the keys as Uint8Array.

      Parameters

      • kitKeypair: CryptoKeyPair

      Returns Promise<Keypair>