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 value)

Implementation

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