|
BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
|
Represents a security result, being a 2-tuple of (result-id, bytes). More...
#include <SecResult.h>
Collaboration diagram for BSL_SecResult_t:Data Fields | |
| uint64_t | result_id |
| Result ID, which is context dependent, based on security context. | |
| int64_t | context_id |
| Context ID, put in here for convenience. | |
| uint64_t | target_block_num |
| Target block id, put in here for convenience. | |
| m_bstring_t | _bytes |
| Result as byte array. | |
Represents a security result, being a 2-tuple of (result-id, bytes).
| m_bstring_t BSL_SecResult_t::_bytes |
Result as byte array.
| int64_t BSL_SecResult_t::context_id |
Context ID, put in here for convenience.
| uint64_t BSL_SecResult_t::result_id |
Result ID, which is context dependent, based on security context.
| uint64_t BSL_SecResult_t::target_block_num |
Target block id, put in here for convenience.