deposit method

  1. @MPI(name: "mesh.rec.deposit")
Future<String?> deposit(
  1. CipherObject rco, {
  2. Context? ctx,
})

Deposit cipher object deposit

Implementation

@MPI(name: "mesh.rec.deposit")
Future<String?> deposit(CipherObject rco, {Context? ctx}) {
  throw UnimplementedError('deposit() has not been implemented.');
}