Builder

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

Functions

Link copied to clipboard
Prevents the transaction to be mined before an absolute or relative time
string dep_type = 1;
Link copied to clipboard
Reference to the previous transaction's output.
.TW.Nervos.Proto.OutPoint out_point = 2;
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 mergeOutPoint(value: OutPoint): Nervos.CellDep.Builder
Reference to the previous transaction's output.
.TW.Nervos.Proto.OutPoint out_point = 2;
Link copied to clipboard
Prevents the transaction to be mined before an absolute or relative time
string dep_type = 1;
Link copied to clipboard
open fun setDepTypeBytes(value: ByteString): Nervos.CellDep.Builder
Prevents the transaction to be mined before an absolute or relative time
string dep_type = 1;
Link copied to clipboard
open fun setOutPoint(builderForValue: Builder): Nervos.CellDep.Builder
open fun setOutPoint(value: OutPoint): Nervos.CellDep.Builder
Reference to the previous transaction's output.
.TW.Nervos.Proto.OutPoint out_point = 2;