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