CellDep

Nervos cell dep.
Protobuf type TW.Nervos.Proto.CellDep

Types

Link copied to clipboard
class Builder
Nervos cell dep.
Protobuf type TW.Nervos.Proto.CellDep

Functions

Link copied to clipboard
open fun getDefaultInstance(): CellDep
Link copied to clipboard
open fun getDepType(): String
Prevents the transaction to be mined before an absolute or relative time
string dep_type = 1;
Link copied to clipboard
open fun getDepTypeBytes(): ByteString
Prevents the transaction to be mined before an absolute or relative time
string dep_type = 1;
Link copied to clipboard
open fun getOutPoint(): OutPoint
Reference to the previous transaction's output.
.TW.Nervos.Proto.OutPoint out_point = 2;
Link copied to clipboard
open fun hasOutPoint(): Boolean
Reference to the previous transaction's output.
.TW.Nervos.Proto.OutPoint out_point = 2;
Link copied to clipboard
open fun newBuilder(prototype: CellDep): Nervos.CellDep.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): CellDep
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CellDep
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): CellDep
open fun parseFrom(data: ByteString): CellDep
open fun parseFrom(input: CodedInputStream): CellDep
open fun parseFrom(input: InputStream): CellDep
open fun parseFrom(data: ByteBuffer): CellDep
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): CellDep
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): CellDep
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): CellDep
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CellDep
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): CellDep
Link copied to clipboard
open fun parser(): Parser<CellDep>

Properties

Link copied to clipboard
Link copied to clipboard