Type alias NonceHash

NonceHash: {
    hash: Hash;
    nonce?: string;
}

Type declaration

  • hash: Hash
  • Optional nonce?: string