Uses of Class
org.starcoin.types.AccessPath
-
Packages that use AccessPath Package Description org.starcoin.types -
-
Uses of AccessPath in org.starcoin.types
Fields in org.starcoin.types with type parameters of type AccessPath 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 AccessPath Modifier and Type Method Description static AccessPathAccessPath. bcsDeserialize(byte[] input)AccessPathAccessPath.Builder. build()static AccessPathAccessPath. deserialize(Deserializer deserializer)Constructor parameters in org.starcoin.types with type arguments of type AccessPath Constructor Description WriteSetMut(List<Tuple2<AccessPath,WriteOp>> write_set)
-