Skip to content

Generated schema for poolmanager/v1beta1/swap_route.proto: 5 messages in the x/poolmanager module.

Proto package poolmanager.v1beta1, part of the x/poolmanager module. It declares 5 messages. Read the raw source.

Messages

Affiliate

===================== Affiliate

Affiliate represents an affiliate fee recipient

Field#TypeRuleDescription
basis_points_fee1stringsingularbasis_points_fee is the fee in basis points (1/10000, e.g., 100 = 1%)
address2stringsingularaddress is the affiliate recipient address

SwapAmountInRoute

Field#TypeRuleDescription
pool_id1uint64singular
token_out_denom2stringsingular

SwapAmountInSplitRoute

Field#TypeRuleDescription
pools1SwapAmountInRouterepeated
token_in_amount2stringsingular

SwapAmountOutRoute

Field#TypeRuleDescription
pool_id1uint64singular
token_in_denom2stringsingular

SwapAmountOutSplitRoute

Field#TypeRuleDescription
pools1SwapAmountOutRouterepeated
token_out_amount2stringsingular

Edit this page on GitHub