FA12Parameters

Protobuf type TW.Tezos.Proto.FA12Parameters

Types

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

Functions

Link copied to clipboard
open fun getDefaultInstance(): FA12Parameters
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 getFrom(): String
string from = 2;
Link copied to clipboard
open fun getFromBytes(): ByteString
string from = 2;
Link copied to clipboard
open fun getTo(): String
string to = 3;
Link copied to clipboard
open fun getToBytes(): ByteString
string to = 3;
Link copied to clipboard
open fun getValue(): String
string value = 4;
Link copied to clipboard
open fun getValueBytes(): ByteString
string value = 4;
Link copied to clipboard
open fun newBuilder(prototype: FA12Parameters): Tezos.FA12Parameters.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): FA12Parameters
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): FA12Parameters
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): FA12Parameters
open fun parseFrom(data: ByteString): FA12Parameters
open fun parseFrom(input: CodedInputStream): FA12Parameters
open fun parseFrom(input: InputStream): FA12Parameters
open fun parseFrom(data: ByteBuffer): FA12Parameters
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): FA12Parameters
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): FA12Parameters
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): FA12Parameters
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): FA12Parameters
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): FA12Parameters
Link copied to clipboard
open fun parser(): Parser<FA12Parameters>

Properties

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