BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <htlc_object.hpp>
Public Attributes | |
account_id_type | from |
account_id_type | to |
share_type | amount |
asset_id_type | asset_id |
Definition at line 43 of file htlc_object.hpp.
share_type graphene::chain::htlc_object::transfer_info::amount |
Definition at line 47 of file htlc_object.hpp.
asset_id_type graphene::chain::htlc_object::transfer_info::asset_id |
Definition at line 48 of file htlc_object.hpp.
account_id_type graphene::chain::htlc_object::transfer_info::from |
Definition at line 45 of file htlc_object.hpp.
account_id_type graphene::chain::htlc_object::transfer_info::to |
Definition at line 46 of file htlc_object.hpp.