getContractId method Null safety
Extracts the contract is from the response if the transaction created a contract
Implementation
String? getContractId() {
return _getBinHex();
}
Extracts the contract is from the response if the transaction created a contract
String? getContractId() {
return _getBinHex();
}