MsgRevokeAuthorization constructor

MsgRevokeAuthorization(
  1. String grantee,
  2. String granter,
  3. String msg_type_url
)

Implementation

MsgRevokeAuthorization(this.grantee, this.granter, this.msg_type_url);