TransactionPlanOrBuilder

Functions

Link copied to clipboard
abstract fun getCellDeps(index: Int): CellDep
A list of cell deps.
repeated .TW.Nervos.Proto.CellDep cell_deps = 1;
Link copied to clipboard
abstract fun getCellDepsCount(): Int
A list of cell deps.
repeated .TW.Nervos.Proto.CellDep cell_deps = 1;
Link copied to clipboard
abstract fun getCellDepsList(): List<CellDep>
A list of cell deps.
repeated .TW.Nervos.Proto.CellDep cell_deps = 1;
Link copied to clipboard
abstract fun getError(): SigningError
Optional error
.TW.Common.Proto.SigningError error = 6;
Link copied to clipboard
abstract fun getErrorValue(): Int
Optional error
.TW.Common.Proto.SigningError error = 6;
Link copied to clipboard
abstract fun getHeaderDeps(index: Int): ByteString
A list of header deps.
repeated bytes header_deps = 2;
Link copied to clipboard
abstract fun getHeaderDepsCount(): Int
A list of header deps.
repeated bytes header_deps = 2;
Link copied to clipboard
abstract fun getHeaderDepsList(): List<ByteString>
A list of header deps.
repeated bytes header_deps = 2;
Link copied to clipboard
abstract 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
abstract fun getOutputsCount(): Int
A list of 1 or more outputs by this transaction
repeated .TW.Nervos.Proto.CellOutput outputs = 4;
Link copied to clipboard
abstract fun getOutputsData(index: Int): ByteString
A list of outputs data.
repeated bytes outputs_data = 5;
Link copied to clipboard
abstract fun getOutputsDataCount(): Int
A list of outputs data.
repeated bytes outputs_data = 5;
Link copied to clipboard
abstract fun getOutputsDataList(): List<ByteString>
A list of outputs data.
repeated bytes outputs_data = 5;
Link copied to clipboard
abstract 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
abstract 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
abstract fun getSelectedCellsCount(): Int
A list of 1 or more selected cells for this transaction
repeated .TW.Nervos.Proto.Cell selected_cells = 3;
Link copied to clipboard
abstract fun getSelectedCellsList(): List<Cell>
A list of 1 or more selected cells for this transaction
repeated .TW.Nervos.Proto.Cell selected_cells = 3;

Inheritors

Link copied to clipboard