encodeBigMapKey static method

dynamic encodeBigMapKey(
  1. Uint8List key
)

Implementation

static encodeBigMapKey(Uint8List key) {
  return readBufferWithHint(simpleHash(key, 32), 'expr');
}