anyEncoded property
hex encoded function to sign, use it for smart contract approval (string)
Implementation
@$pb.TagNumber(8)
$core.String get anyEncoded => $_getSZ(7);
Implementation
@$pb.TagNumber(8)
set anyEncoded($core.String v) {
$_setString(7, v);
}