MsgExecAuthorizedDataArgs constructor

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

Implementation

MsgExecAuthorizedDataArgs(this.grantee, this.msgs) {
  type = CosmosConstants.COSMOS_MSG_EXEC;
}