Builder

class Builder

Protobuf type TW.Cosmos.Proto.Message.RawJSON

Functions

Link copied to clipboard
string type = 1;
Link copied to clipboard
string value = 2;
Link copied to clipboard
open fun getType(): String
string type = 1;
Link copied to clipboard
open fun getTypeBytes(): ByteString
string type = 1;
Link copied to clipboard
open fun getValue(): String
string value = 2;
Link copied to clipboard
open fun getValueBytes(): ByteString
string value = 2;
Link copied to clipboard
string type = 1;
Link copied to clipboard
open fun setTypeBytes(value: ByteString): Cosmos.Message.RawJSON.Builder
string type = 1;
Link copied to clipboard
string value = 2;
Link copied to clipboard
open fun setValueBytes(value: ByteString): Cosmos.Message.RawJSON.Builder
string value = 2;