public class Serializer
extends java.lang.Object
| 构造器和说明 |
|---|
Serializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.nervos.ckb.type.fixed.Fixed<org.nervos.ckb.type.fixed.Byte32> |
serializeByte32(java.util.List<java.lang.String> bytes) |
static org.nervos.ckb.type.dynamic.Dynamic<org.nervos.ckb.type.dynamic.Bytes> |
serializeBytes(java.util.List<java.lang.String> bytes) |
static org.nervos.ckb.type.fixed.Struct |
serializeCellDep(CellDep cellDep) |
static org.nervos.ckb.type.fixed.Fixed<org.nervos.ckb.type.fixed.Struct> |
serializeCellDeps(java.util.List<CellDep> cellDeps) |
static org.nervos.ckb.type.fixed.Struct |
serializeCellInput(CellInput cellInput) |
static org.nervos.ckb.type.fixed.Fixed<org.nervos.ckb.type.fixed.Struct> |
serializeCellInputs(java.util.List<CellInput> cellInputs) |
static org.nervos.ckb.type.dynamic.Table |
serializeCellOutput(CellOutput cellOutput) |
static org.nervos.ckb.type.dynamic.Dynamic<org.nervos.ckb.type.dynamic.Table> |
serializeCellOutputs(java.util.List<CellOutput> cellOutputs) |
static org.nervos.ckb.type.fixed.Struct |
serializeOutPoint(OutPoint outPoint) |
static org.nervos.ckb.type.dynamic.Table |
serializeRawTransaction(Transaction transaction) |
static org.nervos.ckb.type.dynamic.Table |
serializeScript(Script script) |
static org.nervos.ckb.type.dynamic.Table |
serializeTransaction(Transaction transaction) |
static org.nervos.ckb.type.dynamic.Table |
serializeWitnessArgs(Witness witness) |
static org.nervos.ckb.type.dynamic.Dynamic<org.nervos.ckb.type.base.Type> |
serializeWitnesses(java.util.List witnesses) |
public static org.nervos.ckb.type.fixed.Struct serializeOutPoint(OutPoint outPoint)
public static org.nervos.ckb.type.dynamic.Table serializeScript(Script script)
public static org.nervos.ckb.type.fixed.Struct serializeCellInput(CellInput cellInput)
public static org.nervos.ckb.type.dynamic.Table serializeCellOutput(CellOutput cellOutput)
public static org.nervos.ckb.type.fixed.Struct serializeCellDep(CellDep cellDep)
public static org.nervos.ckb.type.fixed.Fixed<org.nervos.ckb.type.fixed.Struct> serializeCellDeps(java.util.List<CellDep> cellDeps)
public static org.nervos.ckb.type.fixed.Fixed<org.nervos.ckb.type.fixed.Struct> serializeCellInputs(java.util.List<CellInput> cellInputs)
public static org.nervos.ckb.type.dynamic.Dynamic<org.nervos.ckb.type.dynamic.Table> serializeCellOutputs(java.util.List<CellOutput> cellOutputs)
public static org.nervos.ckb.type.dynamic.Dynamic<org.nervos.ckb.type.dynamic.Bytes> serializeBytes(java.util.List<java.lang.String> bytes)
public static org.nervos.ckb.type.fixed.Fixed<org.nervos.ckb.type.fixed.Byte32> serializeByte32(java.util.List<java.lang.String> bytes)
public static org.nervos.ckb.type.dynamic.Table serializeWitnessArgs(Witness witness)
public static org.nervos.ckb.type.dynamic.Dynamic<org.nervos.ckb.type.base.Type> serializeWitnesses(java.util.List witnesses)
public static org.nervos.ckb.type.dynamic.Table serializeRawTransaction(Transaction transaction)
public static org.nervos.ckb.type.dynamic.Table serializeTransaction(Transaction transaction)