BitShares-Core
5.1.0
BitShares blockchain implementation and command-line interface software
|
#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_parameters_type |
struct | graphene::protocol::ticket_update_operation |
Updates an existing ticket. More... | |
struct | graphene::protocol::ticket_update_operation::fee_parameters_type |
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... | |