28 namespace graphene {
namespace chain {
committee_member_create_operation operation_type
Create a committee_member object, as a bid to hold a committee_member seat on the network...
Update a committee_member object.Currently the only field which can be updated is the url field...
void_result do_evaluate(const committee_member_create_operation &o)
object_id_type do_apply(const committee_member_create_operation &o)
committee_member_update_operation operation_type
committee_member_update_global_parameters_operation operation_type
Used by committee_members to update the global parameters of the blockchain.This operation allows the...