Type Alias hedera::FixedFee

source ·
pub type FixedFee = CustomFee<FixedFeeData>;
Expand description

A FixedCustomFee.

See the documentation for CustomFee and FixedFeeData.

Aliased Type§

struct FixedFee {
    pub fee: FixedFeeData,
    pub fee_collector_account_id: Option<AccountId>,
    pub all_collectors_are_exempt: bool,
}

Fields§

§fee: FixedFeeData

The fee to be charged

§fee_collector_account_id: Option<AccountId>

The account to receive the custom fee.

§all_collectors_are_exempt: bool

If true, fee fcollectors are not charged this fee for transfers.