Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MsgExecParams

Hierarchy

Index

Properties

Properties

grantee: string
msgs: Msg[]

Authorization Msg requests to execute. Each msg must implement Authorization interface The x/authz will try to find a grant matching (msg.signers[0], grantee, MsgTypeURL(msg)) triple and validate it.