TxObject

Protobuf type TW.Tezos.Proto.TxObject

Types

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

Functions

Link copied to clipboard
open fun getDefaultInstance(): TxObject
Link copied to clipboard
open fun getFrom(): String
string from = 1;
Link copied to clipboard
open fun getFromBytes(): ByteString
string from = 1;
Link copied to clipboard
open fun getTxs(index: Int): Txs
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun getTxsCount(): Int
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun getTxsList(): List<Txs>
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun getTxsOrBuilder(index: Int): TxsOrBuilder
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun getTxsOrBuilderList(): List<out TxsOrBuilder>
repeated .TW.Tezos.Proto.Txs txs = 2;
Link copied to clipboard
open fun newBuilder(prototype: TxObject): Tezos.TxObject.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): TxObject
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TxObject
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): TxObject
open fun parseFrom(data: ByteString): TxObject
open fun parseFrom(input: CodedInputStream): TxObject
open fun parseFrom(input: InputStream): TxObject
open fun parseFrom(data: ByteBuffer): TxObject
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TxObject
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TxObject
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TxObject
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TxObject
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TxObject
Link copied to clipboard
open fun parser(): Parser<TxObject>

Properties

Link copied to clipboard
Link copied to clipboard