pub type Fee = FeeV1;Expand description
Fee
Aliased Type§
struct Fee {
pub amount: usize,
pub unit: String,
pub kinds: Vec<EventKindOrRange>,
pub period: Option<usize>,
}Fields§
§amount: usizeAmount of the fee
unit: StringUnit of the amount
kinds: Vec<EventKindOrRange>Kinds of events
period: Option<usize>Period purchase lasts for