BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::context::blocked_promise Struct Reference

#include <context.hpp>

Public Member Functions

 blocked_promise (promise_base *p=0, bool r=true)
 

Public Attributes

promise_baseprom
 
bool required
 

Detailed Description

Definition at line 114 of file context.hpp.

Constructor & Destructor Documentation

◆ blocked_promise()

fc::context::blocked_promise::blocked_promise ( promise_base p = 0,
bool  r = true 
)
inline

Definition at line 115 of file context.hpp.

Member Data Documentation

◆ prom

promise_base* fc::context::blocked_promise::prom

Definition at line 118 of file context.hpp.

◆ required

bool fc::context::blocked_promise::required

Definition at line 119 of file context.hpp.


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