smartContractAddress property

  1. @TagNumber(4)
String get smartContractAddress

Optional smart contract address for EVM-based chains

Implementation

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

Implementation

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