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 value) => $_setString(0, value);