Msg

Grant grants the provided authorization to the grantee on the granter's account with the provided expiration time. If there is already a grant for the given (granter, grantee, Authorization) triple, then the grant will be overwritten.

post/cosmos.authz.v1beta1.Msg/Grant

Request body

granteestring
granterstring

Response

A successful response.

CosmosAuthzV1beta1MsgGrantResponse required

MsgGrantResponse defines the Msg/MsgGrant response type.

Changes