CellOutput

Nervos cell output.
Protobuf type TW.Nervos.Proto.CellOutput

Types

Link copied to clipboard
class Builder
Nervos cell output.
Protobuf type TW.Nervos.Proto.CellOutput

Functions

Link copied to clipboard
open fun getCapacity(): Long
Transaction amount.
uint64 capacity = 1;
Link copied to clipboard
open fun getDefaultInstance(): CellOutput
Link copied to clipboard
open fun getLock(): Script
Lock script
.TW.Nervos.Proto.Script lock = 2;
Link copied to clipboard
open fun getType(): Script
Type script
.TW.Nervos.Proto.Script type = 3;
Link copied to clipboard
open fun hasLock(): Boolean
Lock script
.TW.Nervos.Proto.Script lock = 2;
Link copied to clipboard
open fun hasType(): Boolean
Type script
.TW.Nervos.Proto.Script type = 3;
Link copied to clipboard
open fun newBuilder(prototype: CellOutput): Nervos.CellOutput.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): CellOutput
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CellOutput
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): CellOutput
open fun parseFrom(data: ByteString): CellOutput
open fun parseFrom(input: CodedInputStream): CellOutput
open fun parseFrom(input: InputStream): CellOutput
open fun parseFrom(data: ByteBuffer): CellOutput
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): CellOutput
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): CellOutput
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): CellOutput
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CellOutput
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): CellOutput
Link copied to clipboard
open fun parser(): Parser<CellOutput>

Properties

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