Found property

  1. @Int()
int Found
getter/setter pair

Whether or not the hash was found in the user's sigchain. 1 for True, 0 for False.

Implementation

@ffi.Int()
external int Found;