Txs

Protobuf type TW.Tezos.Proto.Txs

Types

Link copied to clipboard
class Builder
Protobuf type TW.Tezos.Proto.Txs

Functions

Link copied to clipboard
open fun getAmount(): String
string amount = 3;
Link copied to clipboard
open fun getAmountBytes(): ByteString
string amount = 3;
Link copied to clipboard
open fun getDefaultInstance(): Txs
Link copied to clipboard
open fun getTo(): String
string to = 1;
Link copied to clipboard
open fun getToBytes(): ByteString
string to = 1;
Link copied to clipboard
open fun getTokenId(): String
string token_id = 2;
Link copied to clipboard
open fun getTokenIdBytes(): ByteString
string token_id = 2;
Link copied to clipboard
open fun newBuilder(prototype: Txs): Tezos.Txs.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Txs
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Txs
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Txs
open fun parseFrom(data: ByteString): Txs
open fun parseFrom(input: CodedInputStream): Txs
open fun parseFrom(input: InputStream): Txs
open fun parseFrom(data: ByteBuffer): Txs
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Txs
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Txs
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Txs
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Txs
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Txs
Link copied to clipboard
open fun parser(): Parser<Txs>

Properties

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