TransactionCoinFrom

Transaction from address
Protobuf type TW.NULS.Proto.TransactionCoinFrom

Types

Link copied to clipboard
class Builder
Transaction from address
Protobuf type TW.NULS.Proto.TransactionCoinFrom

Functions

Link copied to clipboard
open fun getAssetsChainid(): Int
Chain ID
uint32 assets_chainid = 2;
Link copied to clipboard
open fun getAssetsId(): Int
ID of the asset
uint32 assets_id = 3;
Link copied to clipboard
open fun getDefaultInstance(): TransactionCoinFrom
Link copied to clipboard
Source address
string from_address = 1;
Link copied to clipboard
open fun getFromAddressBytes(): ByteString
Source address
string from_address = 1;
Link copied to clipboard
open fun getIdAmount(): ByteString
transaction out amount (256-bit number)
bytes id_amount = 4;
Link copied to clipboard
open fun getLocked(): Int
lock status: 1 locked; 0 unlocked
uint32 locked = 6;
Link copied to clipboard
open fun getNonce(): ByteString
Nonce, 8 bytes
bytes nonce = 5;
Link copied to clipboard
open fun newBuilder(prototype: TransactionCoinFrom): NULS.TransactionCoinFrom.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): TransactionCoinFrom
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionCoinFrom
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): TransactionCoinFrom
open fun parseFrom(data: ByteString): TransactionCoinFrom
open fun parseFrom(input: CodedInputStream): TransactionCoinFrom
open fun parseFrom(input: InputStream): TransactionCoinFrom
open fun parseFrom(data: ByteBuffer): TransactionCoinFrom
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TransactionCoinFrom
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TransactionCoinFrom
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransactionCoinFrom
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionCoinFrom
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TransactionCoinFrom
Link copied to clipboard
open fun parser(): Parser<TransactionCoinFrom>

Properties

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