nonceAccount property

  1. @TagNumber.new(15)
String get nonceAccount

Required for using durable transaction nonce

Implementation

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

Implementation

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