MsgExecAuthorized constructor

MsgExecAuthorized(
  1. String grantee,
  2. List<Any> msgs
)

Implementation

MsgExecAuthorized(this.grantee, this.msgs);