Msg

UpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.

post/poktroll.session.Msg/UpdateParams

Request body

authoritystring

authority is the address that controls the module (defaults to x/gov unless overwritten).

paramsobject

params defines the x/session parameters to update. NOTE: All parameters must be supplied.

Response

A successful response.

Changes