Uses of Class
org.starcoin.types.WriteOp
-
Packages that use WriteOp Package Description org.starcoin.types -
-
Uses of WriteOp in org.starcoin.types
Subclasses of WriteOp in org.starcoin.types Modifier and Type Class Description static classWriteOp.Deletionstatic classWriteOp.ValueFields in org.starcoin.types with type parameters of type WriteOp Modifier and Type Field Description List<Tuple2<AccessPath,WriteOp>>WriteSetMut.Builder. write_setList<Tuple2<AccessPath,WriteOp>>WriteSetMut. write_setMethods in org.starcoin.types that return WriteOp Modifier and Type Method Description static WriteOpWriteOp. bcsDeserialize(byte[] input)static WriteOpWriteOp. deserialize(Deserializer deserializer)Constructor parameters in org.starcoin.types with type arguments of type WriteOp Constructor Description WriteSetMut(List<Tuple2<AccessPath,WriteOp>> write_set)
-