BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::protocol::transfer_operation::fee_params_t Struct Reference

#include <transfer.hpp>

Public Attributes

uint64_t fee = 20 * GRAPHENE_BLOCKCHAIN_PRECISION
 
uint32_t price_per_kbyte = 10 * GRAPHENE_BLOCKCHAIN_PRECISION
 

Detailed Description

Definition at line 47 of file transfer.hpp.

Member Data Documentation

◆ fee

uint64_t graphene::protocol::transfer_operation::fee_params_t::fee = 20 * GRAPHENE_BLOCKCHAIN_PRECISION

Definition at line 48 of file transfer.hpp.

◆ price_per_kbyte

uint32_t graphene::protocol::transfer_operation::fee_params_t::price_per_kbyte = 10 * GRAPHENE_BLOCKCHAIN_PRECISION

Definition at line 49 of file transfer.hpp.


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