Type alias SignedKeyPair

SignedKeyPair: {
    keyId: number;
    keyPair: KeyPair;
    signature: Uint8Array;
    timestampS?: number;
}

Type declaration

  • keyId: number
  • keyPair: KeyPair
  • signature: Uint8Array
  • Optional timestampS?: number

Generated using TypeDoc