BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Attributes | List of all members
graphene::protocol::asset_claim_fees_operation::additional_options_type Struct Reference

#include <asset_ops.hpp>

Public Attributes

fc::optional< asset_id_type > claim_from_asset_id
 

Detailed Description

Definition at line 535 of file asset_ops.hpp.

Member Data Documentation

◆ claim_from_asset_id

fc::optional<asset_id_type> graphene::protocol::asset_claim_fees_operation::additional_options_type::claim_from_asset_id

Which asset to claim fees from. This is needed, e.g., to claim collateral- denominated fees from a collateral-backed smart asset. If unset, assumed to be same asset as amount_to_claim is denominated in, such as would be the case when claiming market fees. If set, validation requires it to be a different asset_id than amount_to_claim (else there would exist two ways to form the same request).

Definition at line 542 of file asset_ops.hpp.


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