Type Alias hedera::FractionalFee

source ·
pub type FractionalFee = CustomFee<FractionalFeeData>;
Expand description

A fractional CustomFee.

See the documentation for CustomFee and FractionalFeeData.

Aliased Type§

struct FractionalFee {
    pub fee: FractionalFeeData,
    pub fee_collector_account_id: Option<AccountId>,
    pub all_collectors_are_exempt: bool,
}

Fields§

§fee: FractionalFeeData

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.