nonceAccount property

  1. @TagNumber.new(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.new(1)
set nonceAccount (String value)

Implementation

@$pb.TagNumber(1)
set nonceAccount($core.String value) => $_setString(0, value);