#include <evidence.h>
◆ hash_t
◆ hasher_t
◆ evidence() [1/2]
      
        
          | us::gov::relay::evidence::evidence | ( | int | app, | 
        
          |  |  | uint8_t | eid | 
        
          |  | ) |  |  | 
      
 
 
◆ evidence() [2/2]
  
  | 
        
          | us::gov::relay::evidence::evidence | ( | const evidence & |  | ) |  |  | delete | 
 
 
◆ ~evidence()
  
  | 
        
          | virtual us::gov::relay::evidence::~evidence | ( |  | ) |  |  | virtual | 
 
 
◆ compute_hash()
  
  | 
        
          | virtual hash_t us::gov::relay::evidence::compute_hash | ( |  | ) | const |  | pure virtual | 
 
 
◆ extract_instance_id()
  
  | 
        
          | static pair<int,uint8_t> us::gov::relay::evidence::extract_instance_id | ( | istream & | is | ) |  |  | static | 
 
 
◆ formatts()
  
  | 
        
          | static string us::gov::relay::evidence::formatts | ( | uint64_t | ts | ) |  |  | static | 
 
 
◆ from_b58()
  
  | 
        
          | static evidence* us::gov::relay::evidence::from_b58 | ( | const string & | b58 | ) |  |  | static | 
 
 
◆ from_stream() [1/3]
  
  | 
        
          | static void us::gov::relay::evidence::from_stream | ( | evidence & | , |  
          |  |  | istream & | is |  
          |  | ) |  |  |  | static | 
 
 
◆ from_stream() [2/3]
  
  | 
        
          | static evidence* us::gov::relay::evidence::from_stream | ( | int | appid, |  
          |  |  | uint8_t | evid, |  
          |  |  | istream & | is |  
          |  | ) |  |  |  | static | 
 
 
◆ from_stream() [3/3]
  
  | 
        
          | static evidence* us::gov::relay::evidence::from_stream | ( | istream & |  | ) |  |  | static | 
 
 
◆ hash_data()
  
  | 
        
          | virtual void us::gov::relay::evidence::hash_data | ( | hasher_t & | h | ) | const |  | virtual | 
 
 
◆ hash_data_to_sign()
◆ name()
  
  | 
        
          | virtual string us::gov::relay::evidence::name | ( |  | ) | const |  | pure virtual | 
 
 
◆ to_stream()
  
  | 
        
          | virtual void us::gov::relay::evidence::to_stream | ( | ostream & | os | ) | const |  | virtual | 
 
 
◆ update_ts()
      
        
          | void us::gov::relay::evidence::update_ts | ( | const uint64_t & | nsecs_in_future = 0 | ) |  | 
      
 
 
◆ verify()
  
  | 
        
          | virtual bool us::gov::relay::evidence::verify | ( | ostream & | os | ) | const |  | virtual | 
 
 
◆ write_pretty()
  
  | 
        
          | virtual void us::gov::relay::evidence::write_pretty | ( | ostream & |  | ) | const |  | virtual | 
 
 
◆ app
      
        
          | int us::gov::relay::evidence::app | 
      
 
 
◆ eid
      
        
          | uint8_t us::gov::relay::evidence::eid | 
      
 
 
◆ expires
      
        
          | uint64_t us::gov::relay::evidence::expires | 
      
 
 
◆ ts
      
        
          | uint64_t us::gov::relay::evidence::ts | 
      
 
 
The documentation for this struct was generated from the following file: