Represents a security result, being a 2-tuple of (result-id, bytes).
More...
|
uint64_t | result_id |
| Result ID, which is context dependent, based on security context.
|
|
uint64_t | context_id |
| Context ID, put in here for convenience.
|
|
uint64_t | target_block_num |
| Target block id, put in here for convenience.
|
|
uint8_t | _bytes [BSL_DEFAULT_BYTESTR_LEN+1] |
| Result as byte array, up to a given maximum.
|
|
size_t | _bytelen |
| Length of data (in bytes) of the contained bytestring. Always less than BSL_DEFAULT_BYTESTR_LEN.
|
|
Represents a security result, being a 2-tuple of (result-id, bytes).
The documentation for this struct was generated from the following file: