objects method
Objects cipher object index. 分页检索仓库中的密态数据胶囊.
Implementation
@MPI(name: "mesh.cipher.objects")
Future<Page<CipherObject>?> objects(Paging idx, {Context? ctx}) {
throw UnimplementedError('objects() has not been implemented.');
}
Objects cipher object index. 分页检索仓库中的密态数据胶囊.
@MPI(name: "mesh.cipher.objects")
Future<Page<CipherObject>?> objects(Paging idx, {Context? ctx}) {
throw UnimplementedError('objects() has not been implemented.');
}