Type Alias polymesh_api_tester::ProtocolFeeEvent
source · pub type ProtocolFeeEvent = ProtocolFeeEvent<AccountId>;
Aliased Type§
enum ProtocolFeeEvent {
FeeSet(IdentityId, u128),
CoefficientSet(IdentityId, PosRatio),
FeeCharged(AccountId, u128),
}
Variants§
FeeSet(IdentityId, u128)
The protocol fee of an operation.
CoefficientSet(IdentityId, PosRatio)
The fee coefficient.
FeeCharged(AccountId, u128)
Fee charged.