Skip to content

Generated schema for gamm/poolmodels/stableswap/v1beta1/tx.proto: 1 service, 4 messages in the x/gamm module.

Proto package gamm.poolmodels.stableswap, part of the x/gamm module. It declares 1 service, 4 messages. Read the raw source.

Service Msg

RPCRequestResponseREST pathDescription
CreateStableswapPoolMsgCreateStableswapPoolMsgCreateStableswapPoolResponsenone
StableSwapAdjustScalingFactorsMsgStableSwapAdjustScalingFactorsMsgStableSwapAdjustScalingFactorsResponsenone

Messages

MsgCreateStableswapPool

===================== MsgCreatePool

Field#TypeRuleDescription
sender1stringsingular
pool_params2PoolParamssingular
initial_pool_liquidity3cosmos.base.v1beta1.Coinrepeated
scaling_factors4uint64repeated
future_pool_governor5stringsingular
scaling_factor_controller6stringsingular

MsgCreateStableswapPoolResponse

Returns a poolID with custom poolName.

Field#TypeRuleDescription
pool_id1uint64singular

MsgStableSwapAdjustScalingFactors

Sender must be the pool's scaling_factor_governor in order for the tx to

succeed. Adjusts stableswap scaling factors.

Field#TypeRuleDescription
sender1stringsingular
pool_id2uint64singular
scaling_factors3uint64repeated

MsgStableSwapAdjustScalingFactorsResponse

No fields.

Edit this page on GitHub