AuthRevoke

cosmos-sdk/MsgRevoke
Protobuf type TW.Cosmos.Proto.Message.AuthRevoke

Types

Link copied to clipboard
class Builder
cosmos-sdk/MsgRevoke
Protobuf type TW.Cosmos.Proto.Message.AuthRevoke

Functions

Link copied to clipboard
open fun getDefaultInstance(): AuthRevoke
Link copied to clipboard
open fun getGrantee(): String
string grantee = 2;
Link copied to clipboard
open fun getGranteeBytes(): ByteString
string grantee = 2;
Link copied to clipboard
open fun getGranter(): String
string granter = 1;
Link copied to clipboard
open fun getGranterBytes(): ByteString
string granter = 1;
Link copied to clipboard
open fun getMsgTypeUrl(): String
string msg_type_url = 3;
Link copied to clipboard
open fun getMsgTypeUrlBytes(): ByteString
string msg_type_url = 3;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): AuthRevoke
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AuthRevoke
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): AuthRevoke
open fun parseFrom(data: ByteString): AuthRevoke
open fun parseFrom(input: CodedInputStream): AuthRevoke
open fun parseFrom(input: InputStream): AuthRevoke
open fun parseFrom(data: ByteBuffer): AuthRevoke
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): AuthRevoke
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): AuthRevoke
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AuthRevoke
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AuthRevoke
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): AuthRevoke
Link copied to clipboard
open fun parser(): Parser<AuthRevoke>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard