smartContractAddress property

  1. @TagNumber(1)
String get smartContractAddress

Smart contract address of liquid staking module

Implementation

@$pb.TagNumber(1)
$core.String get smartContractAddress => $_getSZ(0);
  1. @TagNumber(1)
set smartContractAddress (String v)

Implementation

@$pb.TagNumber(1)
set smartContractAddress($core.String v) {
  $_setString(0, v);
}