Complete technical reference for the Fee Refunder module
Parameter | Type | Description |
---|---|---|
min_fee | Fee | Minimum required fees for IBC operations |
recv_fee
: Must be zero in Neutron (no receive fees)ack_fee
: Fees paid for acknowledgement deliverytimeout_fee
: Fees paid for timeout deliveryauthority
: Governance authority addressparams
: New module parametersneutrond query feerefunder params
REST: GET /neutron-org/neutron/feerefunder/params
Response:
params
: Current Fee Refunder parameters including min_feeneutrond query feerefunder fee-info [port_id] [channel_id] [sequence]
REST: GET /neutron-org/neutron/feerefunder/info
Parameters:
port_id
: IBC port identifierchannel_id
: IBC channel identifiersequence
: Packet sequence numberfee_info
: Fee information containing payer, packet_id, and fee detailslock_fees
: When fees are locked for a new IBC packetdistribute_ack_fee
: When acknowledgement fees are distributed to relayersdistribute_timeout_fee
: When timeout fees are distributed to relayers