smartContractAddress property
Smart contract address of liquid staking module
Implementation
@$pb.TagNumber(1)
$core.String get smartContractAddress => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set smartContractAddress($core.String v) {
$_setString(0, v);
}