MsgRevoke revokes any authorization with the provided sdk.Msg type on the granter's account with that has been granted to the grantee.

from message cosmos.authz.v1beta1.MsgRevoke

Hierarchy

Constructors

Properties

grantee: string = ""

from field: string grantee = 2;

granter: string = ""

from field: string granter = 1;

msgTypeUrl: string = ""

from field: string msg_type_url = 3;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.authz.v1beta1.MsgRevoke" = "cosmos.authz.v1beta1.MsgRevoke"

Methods