BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Enumerations
ticket.hpp File Reference
#include <graphene/protocol/base.hpp>
#include <graphene/protocol/asset.hpp>
#include <fc/optional.hpp>

Go to the source code of this file.

Classes

struct  graphene::protocol::ticket_create_operation
 Creates a new ticket. More...
 
struct  graphene::protocol::ticket_create_operation::fee_params_t
 
struct  graphene::protocol::ticket_update_operation
 Updates an existing ticket. More...
 
struct  graphene::protocol::ticket_update_operation::fee_params_t
 

Namespaces

 graphene
 
 graphene::protocol
 

Enumerations

enum  graphene::protocol::ticket_type {
  graphene::protocol::liquid = 0, graphene::protocol::lock_180_days = 1, graphene::protocol::lock_360_days = 2, graphene::protocol::lock_720_days = 3,
  graphene::protocol::lock_forever = 4, graphene::protocol::TICKET_TYPE_COUNT = 5
}
 Type of a ticket. More...