func NewProtocolFeeV1
Action1func NewProtocolFeeV1(protocolFeeStore protocol_fee.IProtocolFeeStore) protocol_fee.IProtocolFeeNewProtocolFeeV1 creates the protocol-fee v1 implementation backed by protocolFeeStore.
Parameters:
- protocolFeeStore: Store implementation containing the protocol-fee state for this version.
Returns:
- implementation: An IProtocolFee implementation that exposes v1 behavior through protocolFeeStore.