|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Delete a custom authority. More...
#include <custom_authority.hpp>
Classes | |
| struct | fee_params_t |
Public Member Functions | |
| account_id_type | fee_payer () const |
| void | validate () const |
| share_type | calculate_fee (const fee_params_t &k) const |
Public Member Functions inherited from graphene::protocol::base_operation | |
| virtual | ~base_operation ()=default |
| template<typename T > | |
| share_type | calculate_fee (const T ¶ms) const |
| virtual void | get_required_authorities (vector< authority > &) const |
| virtual void | get_required_active_authorities (flat_set< account_id_type > &) const |
| virtual void | get_required_owner_authorities (flat_set< account_id_type > &) const |
| fc::optional< fc::future< void > > | validate_parallel (uint32_t skip) const |
Public Attributes | |
| asset | fee |
| Operation fee. More... | |
| account_id_type | account |
| Account which owns the custom authority to update; also pays the fee. More... | |
| custom_authority_id_type | authority_to_delete |
| ID of the custom authority to delete. More... | |
| extensions_type | extensions |
Additional Inherited Members | |
Static Public Member Functions inherited from graphene::protocol::base_operation | |
| static uint64_t | calculate_data_fee (uint64_t bytes, uint64_t price_per_kbyte) |
Delete a custom authority.
Definition at line 107 of file custom_authority.hpp.
|
inline |
Definition at line 121 of file custom_authority.hpp.
|
inline |
Definition at line 119 of file custom_authority.hpp.
|
virtual |
Reimplemented from graphene::protocol::base_operation.
Definition at line 90 of file custom_authority.cpp.
| account_id_type graphene::protocol::custom_authority_delete_operation::account |
Account which owns the custom authority to update; also pays the fee.
Definition at line 113 of file custom_authority.hpp.
| custom_authority_id_type graphene::protocol::custom_authority_delete_operation::authority_to_delete |
ID of the custom authority to delete.
Definition at line 115 of file custom_authority.hpp.
| extensions_type graphene::protocol::custom_authority_delete_operation::extensions |
Definition at line 117 of file custom_authority.hpp.
| asset graphene::protocol::custom_authority_delete_operation::fee |
Operation fee.
Definition at line 111 of file custom_authority.hpp.
1.8.17