smartContractAddress property
Optional smart contract address for EVM-based chains
Implementation
@$pb.TagNumber(4)
$core.String get smartContractAddress => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set smartContractAddress($core.String v) {
$_setString(3, v);
}