getWasmId method Null safety
Extracts the wasm id from the response if the transaction installed a contract
Implementation
String? getWasmId() {
return _getBinHex();
}
Extracts the wasm id from the response if the transaction installed a contract
String? getWasmId() {
return _getBinHex();
}