BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
30 namespace graphene {
namespace protocol {
91 (fee)(account)(target_type)(amount)(extensions) )
93 (fee)(ticket)(account)(target_type)(amount_for_new_target)(extensions) )
ticket_id_type ticket
The ticket to update.
optional< asset > amount_for_new_target
The amount to be used for the new target.
ticket_type
Type of a ticket.
unsigned_int target_type
The target ticket type, see ticket_type.
account_id_type account
The account who owns the ticket.
#define GRAPHENE_BLOCKCHAIN_PRECISION
account_id_type fee_payer() const
Updates an existing ticket.
#define GRAPHENE_DECLARE_EXTERNAL_SERIALIZATION(type)
unsigned_int target_type
New target ticket type, see ticket_type.
extensions_type extensions
Unused. Reserved for future use.
extensions_type extensions
Unused. Reserved for future use.
FC_REFLECT_ENUM(graphene::net::core_message_type_enum,(trx_message_type)(block_message_type)(core_message_type_first)(item_ids_inventory_message_type)(blockchain_item_ids_inventory_message_type)(fetch_blockchain_item_ids_message_type)(fetch_items_message_type)(item_not_available_message_type)(hello_message_type)(connection_accepted_message_type)(connection_rejected_message_type)(address_request_message_type)(address_message_type)(closing_connection_message_type)(current_time_request_message_type)(current_time_reply_message_type)(check_firewall_message_type)(check_firewall_reply_message_type)(get_current_connections_request_message_type)(get_current_connections_reply_message_type)(core_message_type_last))(different_chain)(already_connected)(connected_to_self)(not_accepting_connections)(blocked)(invalid_hello_message)(client_too_old))(inbound)(outbound))(firewalled)(not_firewalled))(unable_to_connect)(connection_successful)) namespace std
account_id_type fee_payer() const
account_id_type account
The account who creates the ticket.
asset amount
The amount of the ticket.
#define FC_REFLECT(TYPE, MEMBERS)
Specializes fc::reflector for TYPE.
provides stack-based nullable value similar to boost::optional
future_extensions::flat_set_type extensions_type