getBytecode method

Uint8List getBytecode()

Get bytecode of this contract

Implementation

Uint8List getBytecode() {
  return hexToBytes(contractMeta['bytecode']);
}