BitShares-Core  6.1.0
BitShares blockchain implementation and command-line interface software
Public Attributes | List of all members
graphene::protocol::asset_create_operation::fee_parameters_type Struct Reference

#include <asset_ops.hpp>

Public Attributes

uint64_t symbol3 = 500000 * GRAPHENE_BLOCKCHAIN_PRECISION
 
uint64_t symbol4 = 300000 * GRAPHENE_BLOCKCHAIN_PRECISION
 
uint64_t long_symbol = 5000 * GRAPHENE_BLOCKCHAIN_PRECISION
 
uint32_t price_per_kbyte = 10
 

Detailed Description

Definition at line 194 of file asset_ops.hpp.

Member Data Documentation

◆ long_symbol

uint64_t graphene::protocol::asset_create_operation::fee_parameters_type::long_symbol = 5000 * GRAPHENE_BLOCKCHAIN_PRECISION

Definition at line 197 of file asset_ops.hpp.

◆ price_per_kbyte

uint32_t graphene::protocol::asset_create_operation::fee_parameters_type::price_per_kbyte = 10

Definition at line 198 of file asset_ops.hpp.

◆ symbol3

uint64_t graphene::protocol::asset_create_operation::fee_parameters_type::symbol3 = 500000 * GRAPHENE_BLOCKCHAIN_PRECISION

Definition at line 195 of file asset_ops.hpp.

◆ symbol4

uint64_t graphene::protocol::asset_create_operation::fee_parameters_type::symbol4 = 300000 * GRAPHENE_BLOCKCHAIN_PRECISION

Definition at line 196 of file asset_ops.hpp.


The documentation for this struct was generated from the following file: