getWasmId method Null safety

String? getWasmId()

Extracts the wasm id from the response if the transaction installed a contract

Implementation

String? getWasmId() {
  return _getBinHex();
}