TransactionOutput

Output of a transaction
Protobuf type TW.NEO.Proto.TransactionOutput

Types

Link copied to clipboard
class Builder
Output of a transaction
Protobuf type TW.NEO.Proto.TransactionOutput

Functions

Link copied to clipboard
open fun getAmount(): Long
Amount (as string)
sint64 amount = 2;
Link copied to clipboard
open fun getAssetId(): String
Asset
string asset_id = 1;
Link copied to clipboard
open fun getAssetIdBytes(): ByteString
Asset
string asset_id = 1;
Link copied to clipboard
change address
string change_address = 4;
Link copied to clipboard
open fun getChangeAddressBytes(): ByteString
change address
string change_address = 4;
Link copied to clipboard
open fun getDefaultInstance(): TransactionOutput
Link copied to clipboard
open fun getToAddress(): String
destination address
string to_address = 3;
Link copied to clipboard
open fun getToAddressBytes(): ByteString
destination address
string to_address = 3;
Link copied to clipboard
open fun newBuilder(prototype: TransactionOutput): NEO.TransactionOutput.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): TransactionOutput
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionOutput
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): TransactionOutput
open fun parseFrom(data: ByteString): TransactionOutput
open fun parseFrom(input: CodedInputStream): TransactionOutput
open fun parseFrom(input: InputStream): TransactionOutput
open fun parseFrom(data: ByteBuffer): TransactionOutput
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TransactionOutput
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TransactionOutput
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransactionOutput
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionOutput
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TransactionOutput
Link copied to clipboard
open fun parser(): Parser<TransactionOutput>

Properties

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