smartContractAddress property

  1. @TagNumber.new(1)
String get smartContractAddress

Smart contract address of liquid staking module

Implementation

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

Implementation

@$pb.TagNumber(1)
set smartContractAddress($core.String value) => $_setString(0, value);