anyEncoded property

  1. @TagNumber.new(8)
String get anyEncoded

hex encoded function to sign, use it for smart contract approval (string)

Implementation

@$pb.TagNumber(8)
$core.String get anyEncoded => $_getSZ(7);
  1. @TagNumber.new(8)
set anyEncoded (String v)

Implementation

@$pb.TagNumber(8)
set anyEncoded($core.String v) {
  $_setString(7, v);
}