MsgExec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization.
from message cosmos.authz.v1beta1.MsgExec
Optional
from field: string grantee = 1;
Execute Msg. The x/authz will try to find a grant matching (msg.signers[0], grantee, MsgTypeURL(msg)) triple and validate it.
from field: repeated google.protobuf.Any msgs = 2;
Static
Readonly
MsgExec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization.
Generated
from message cosmos.authz.v1beta1.MsgExec