BitShares-Core
6.1.0
BitShares blockchain implementation and command-line interface 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.