Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::key_weight Struct Reference

#include <authority.hpp>

Collaboration diagram for sysio::chain::key_weight:

Public Attributes

public_key_type key
 
weight_type weight
 

Friends

bool operator== (const key_weight &lhs, const key_weight &rhs)
 

Detailed Description

Definition at line 95 of file authority.hpp.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const key_weight & lhs,
const key_weight & rhs )
friend

Definition at line 99 of file authority.hpp.

99 {
100 return tie( lhs.key, lhs.weight ) == tie( rhs.key, rhs.weight );
101 }

Member Data Documentation

◆ key

public_key_type sysio::chain::key_weight::key

Definition at line 96 of file authority.hpp.

◆ weight

weight_type sysio::chain::key_weight::weight

Definition at line 97 of file authority.hpp.


The documentation for this struct was generated from the following file: