Type alias TypedKeypair<KeyTypes>

TypedKeypair<KeyTypes>: {
    publicKey: Uint8Array;
    secretKey: Uint8Array;
    type: KeyTypes;
}

Type Parameters

  • KeyTypes extends string

Type declaration

  • publicKey: Uint8Array
  • secretKey: Uint8Array
  • type: KeyTypes