Scorum
Public Attributes | List of all members
scorum::app::withdraw_route Struct Reference

#include <database_api.hpp>

Public Attributes

std::string from_account
 
std::string to_account
 
uint16_t percent
 
bool auto_vest
 

Detailed Description

Definition at line 38 of file database_api.hpp.

Member Data Documentation

◆ auto_vest

bool scorum::app::withdraw_route::auto_vest

Definition at line 43 of file database_api.hpp.

◆ from_account

std::string scorum::app::withdraw_route::from_account

Definition at line 40 of file database_api.hpp.

◆ percent

uint16_t scorum::app::withdraw_route::percent

Definition at line 42 of file database_api.hpp.

◆ to_account

std::string scorum::app::withdraw_route::to_account

Definition at line 41 of file database_api.hpp.


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