nonceAccount property

  1. @TagNumber(1)
String get nonceAccount

Required for building pre-signing hash of a transaction

Implementation

@$pb.TagNumber(1)
$core.String get nonceAccount => $_getSZ(0);
  1. @TagNumber(1)
set nonceAccount (String v)

Implementation

@$pb.TagNumber(1)
set nonceAccount($core.String v) {
  $_setString(0, v);
}