We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d15671 commit 4118c44Copy full SHA for 4118c44
libraries/protocol/include/graphene/protocol/samet_fund.hpp
@@ -90,6 +90,7 @@ namespace graphene { namespace protocol {
90
/**
91
* @brief Borrow from a SameT Fund
92
* @ingroup operations
93
+ * @note The result of this operation is the ID of the owner account of the SameT Fund
94
*/
95
struct samet_fund_borrow_operation : public base_operation
96
{
@@ -109,6 +110,7 @@ namespace graphene { namespace protocol {
109
110
111
* @brief Repay to a SameT Fund
112
113
114
115
struct samet_fund_repay_operation : public base_operation
116
0 commit comments