policyId property
Policy ID of the token, as hex string (28x2 digits)
Implementation
@$pb.TagNumber(1)
$core.String get policyId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set policyId($core.String v) {
$_setString(0, v);
}
Policy ID of the token, as hex string (28x2 digits)
@$pb.TagNumber(1)
$core.String get policyId => $_getSZ(0);
@$pb.TagNumber(1)
set policyId($core.String v) {
$_setString(0, v);
}