objects method

  1. @MPI(name: "mesh.cipher.objects")
Future<Page<CipherObject>?> objects(
  1. Paging idx, {
  2. Context? ctx,
})

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.');
}