protocol_fee_swap.gno
Getter and setter functions for the Swap Fee, the protocol fee charged when a user executes a swap via the router. The default value is set to 15 (=0.15% of the final output).
GetSwapFee
func GetSwapFee()
Returns the current rate of the Swap Fee.
Return Values
Name
Type
Description
swapFee
uint64
The current rate of the swap fee.
SetSwapFee
func SetSwapFee(
fee uint64
)
Modifies the Swap Fee.
Parameters
Name
Type
Description
fee
uint64
The rate that will be set as the new Swap Fee. (the value should be in bps)
Last updated
Was this helpful?