BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Go to the documentation of this file.
28 namespace graphene {
namespace protocol {
35 return core_fee_required;
53 return core_fee_required;
asset amount
The amount of asset to transfer from from to to.
auto schedule(Functor &&f, const fc::time_point &t, const char *desc FC_TASK_NAME_DEFAULT_ARG, priority prio=priority()) -> fc::future< decltype(f())>
#define GRAPHENE_IMPLEMENT_EXTERNAL_SERIALIZATION(type)
static uint64_t calculate_data_fee(uint64_t bytes, uint64_t price_per_kbyte)
account_id_type from
Account to transfer asset from.
Transfers an amount of one asset from one account to another.
account_id_type to
Account to transfer asset to.
size_t pack_size(const T &v)
share_type calculate_fee(const fee_params_t &k) const
asset amount
The amount of asset to transfer from from to to.
account_id_type to
Account to transfer asset to.
account_id_type from
Account to transfer asset from.
#define FC_ASSERT(TEST,...)
Checks a condition and throws an assert_exception if the test is FALSE.
optional< memo_data > memo
User provided data encrypted to the memo key of the "to" account.
Allows the issuer of an asset to transfer an asset from any account to any account if they have overr...
optional< memo_data > memo
User provided data encrypted to the memo key of the "to" account.
share_type calculate_fee(const fee_params_t &k) const