TransactionPlan

Nervos transaction plan
Protobuf type TW.Nervos.Proto.TransactionPlan

Types

Link copied to clipboard
class Builder
Nervos transaction plan
Protobuf type TW.Nervos.Proto.TransactionPlan

Functions

Link copied to clipboard
open fun getCellDeps(index: Int): CellDep
A list of cell deps.
repeated .TW.Nervos.Proto.CellDep cell_deps = 1;
Link copied to clipboard
open fun getCellDepsCount(): Int
A list of cell deps.
repeated .TW.Nervos.Proto.CellDep cell_deps = 1;
Link copied to clipboard
open fun getCellDepsList(): List<CellDep>
A list of cell deps.
repeated .TW.Nervos.Proto.CellDep cell_deps = 1;
Link copied to clipboard
open fun getCellDepsOrBuilder(index: Int): CellDepOrBuilder
A list of cell deps.
repeated .TW.Nervos.Proto.CellDep cell_deps = 1;
Link copied to clipboard
open fun getCellDepsOrBuilderList(): List<out CellDepOrBuilder>
A list of cell deps.
repeated .TW.Nervos.Proto.CellDep cell_deps = 1;
Link copied to clipboard
open fun getDefaultInstance(): TransactionPlan
Link copied to clipboard
open fun getError(): SigningError
Optional error
.TW.Common.Proto.SigningError error = 6;
Link copied to clipboard
open fun getErrorValue(): Int
Optional error
.TW.Common.Proto.SigningError error = 6;
Link copied to clipboard
open fun getHeaderDeps(index: Int): ByteString
A list of header deps.
repeated bytes header_deps = 2;
Link copied to clipboard
A list of header deps.
repeated bytes header_deps = 2;
Link copied to clipboard
open fun getHeaderDepsList(): List<ByteString>
A list of header deps.
repeated bytes header_deps = 2;
Link copied to clipboard
open fun getOutputs(index: Int): CellOutput
A list of 1 or more outputs by this transaction
repeated .TW.Nervos.Proto.CellOutput outputs = 4;
Link copied to clipboard
open fun getOutputsCount(): Int
A list of 1 or more outputs by this transaction
repeated .TW.Nervos.Proto.CellOutput outputs = 4;
Link copied to clipboard
open fun getOutputsData(index: Int): ByteString
A list of outputs data.
repeated bytes outputs_data = 5;
Link copied to clipboard
A list of outputs data.
repeated bytes outputs_data = 5;
Link copied to clipboard
open fun getOutputsDataList(): List<ByteString>
A list of outputs data.
repeated bytes outputs_data = 5;
Link copied to clipboard
open fun getOutputsList(): List<CellOutput>
A list of 1 or more outputs by this transaction
repeated .TW.Nervos.Proto.CellOutput outputs = 4;
Link copied to clipboard
open fun getOutputsOrBuilder(index: Int): CellOutputOrBuilder
A list of 1 or more outputs by this transaction
repeated .TW.Nervos.Proto.CellOutput outputs = 4;
Link copied to clipboard
open fun getOutputsOrBuilderList(): List<out CellOutputOrBuilder>
A list of 1 or more outputs by this transaction
repeated .TW.Nervos.Proto.CellOutput outputs = 4;
Link copied to clipboard
open fun getSelectedCells(index: Int): Cell
A list of 1 or more selected cells for this transaction
repeated .TW.Nervos.Proto.Cell selected_cells = 3;
Link copied to clipboard
A list of 1 or more selected cells for this transaction
repeated .TW.Nervos.Proto.Cell selected_cells = 3;
Link copied to clipboard
open fun getSelectedCellsList(): List<Cell>
A list of 1 or more selected cells for this transaction
repeated .TW.Nervos.Proto.Cell selected_cells = 3;
Link copied to clipboard
open fun getSelectedCellsOrBuilder(index: Int): CellOrBuilder
A list of 1 or more selected cells for this transaction
repeated .TW.Nervos.Proto.Cell selected_cells = 3;
Link copied to clipboard
open fun getSelectedCellsOrBuilderList(): List<out CellOrBuilder>
A list of 1 or more selected cells for this transaction
repeated .TW.Nervos.Proto.Cell selected_cells = 3;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): TransactionPlan
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): TransactionPlan
open fun parseFrom(data: ByteString): TransactionPlan
open fun parseFrom(input: CodedInputStream): TransactionPlan
open fun parseFrom(input: InputStream): TransactionPlan
open fun parseFrom(data: ByteBuffer): TransactionPlan
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): TransactionPlan
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): TransactionPlan
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): TransactionPlan
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): TransactionPlan
Link copied to clipboard
open fun parser(): Parser<TransactionPlan>

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