recode method

  1. @MPI(name: "_{mesh.name}.cipher.recode")
Future<Uint8List?> recode(
  1. CipherTxEntity cipher, {
  2. Context? ctx,
})

Recode

Implementation

@MPI(name: "_{mesh.name}.cipher.recode")
Future<Uint8List?> recode(CipherTxEntity cipher, {Context? ctx}) {
  throw UnimplementedError('recode() has not been implemented.');
}