FA2Parameters

Protobuf type TW.Tezos.Proto.FA2Parameters

Types

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

Functions

Link copied to clipboard
open fun getDefaultInstance(): FA2Parameters
Link copied to clipboard
open fun getEntrypoint(): String
string entrypoint = 1;
Link copied to clipboard
open fun getEntrypointBytes(): ByteString
string entrypoint = 1;
Link copied to clipboard
open fun getTxsObject(index: Int): TxObject
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
open fun getTxsObjectList(): List<TxObject>
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
open fun getTxsObjectOrBuilder(index: Int): TxObjectOrBuilder
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
open fun getTxsObjectOrBuilderList(): List<out TxObjectOrBuilder>
repeated .TW.Tezos.Proto.TxObject txs_object = 2;
Link copied to clipboard
open fun newBuilder(prototype: FA2Parameters): Tezos.FA2Parameters.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): FA2Parameters
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): FA2Parameters
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): FA2Parameters
open fun parseFrom(data: ByteString): FA2Parameters
open fun parseFrom(input: CodedInputStream): FA2Parameters
open fun parseFrom(input: InputStream): FA2Parameters
open fun parseFrom(data: ByteBuffer): FA2Parameters
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): FA2Parameters
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): FA2Parameters
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): FA2Parameters
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): FA2Parameters
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): FA2Parameters
Link copied to clipboard
open fun parser(): Parser<FA2Parameters>

Properties

Link copied to clipboard
Link copied to clipboard