Cell
An unspent cell output, that can serve as input to a transaction
Content copied to clipboard
TW.Nervos.Proto.Cell
Types
Functions
Link copied to clipboard
Optional block hash
Content copied to clipboard
bytes block_hash = 7;
Link copied to clipboard
Optional block number
Content copied to clipboard
uint64 block_number = 6;
Link copied to clipboard
Amount of the cell
Content copied to clipboard
uint64 capacity = 2;
Link copied to clipboard
Link copied to clipboard
Optional input type data to be included in witness
Content copied to clipboard
bytes input_type = 9;
Link copied to clipboard
The unspent output
Content copied to clipboard
.TW.Nervos.Proto.OutPoint out_point = 1;
Link copied to clipboard
Optional output type data to be included in witness
Content copied to clipboard
bytes output_type = 10;
Link copied to clipboard
The unspent output
Content copied to clipboard
.TW.Nervos.Proto.OutPoint out_point = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard