Skip to content

Generated schema for sendmanager/v1/tx.proto: 1 service, 4 messages in the x/sendmanager module.

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

Service Msg

Msg defines the Msg service.

RPCRequestResponseREST pathDescription
UpdateParamsMsgUpdateParamsMsgUpdateParamsResponsenoneUpdateParams defines a (governance) operation for updating the module parameters. The authority defaults to the x/gov module account.
SendWithAliasRoutingMsgSendWithAliasRoutingMsgSendWithAliasRoutingResponsenoneSendWithAliasRouting defines a message for sending coins with alias denom routing. This allows sending both standard coins and alias denoms (e.g., badgeslp:) through the sendmanager.

Messages

MsgSendWithAliasRouting

MsgSendWithAliasRouting defines a message for sending coins with alias denom routing.

This message mirrors cosmos bank MsgSend but routes through sendmanager to handle

both standard coins and alias denoms (e.g., badgeslp:).

Field#TypeRuleDescription
from_address1stringsingularfrom_address is the address of the account sending the coins.
to_address2stringsingularto_address is the address of the account receiving the coins.
amount3cosmos.base.v1beta1.Coinrepeatedamount is the list of coins to send.

MsgSendWithAliasRoutingResponse

MsgSendWithAliasRoutingResponse defines the response structure for executing a

MsgSendWithAliasRouting message.

No fields.

MsgUpdateParams

MsgUpdateParams is the Msg/UpdateParams request type.

Field#TypeRuleDescription
authority1stringsingularauthority is the address that controls the module (defaults to x/gov unless overwritten).
params2Paramssingularparams defines the module parameters to update. NOTE: All parameters must be supplied.

MsgUpdateParamsResponse

MsgUpdateParamsResponse defines the response structure for executing a

MsgUpdateParams message.

No fields.

Edit this page on GitHub