returnHash static method

MemoReturnHash returnHash(
  1. Uint8List bytes
)

Creates MemoReturnHash instance from byte array.

Implementation

static MemoReturnHash returnHash(Uint8List bytes) {
  return MemoReturnHash(bytes);
}