nonce property
- @TagNumber.new(7)
Nonce (should be larger than in the last transaction of the account)
Implementation
@$pb.TagNumber(7)
$fixnum.Int64 get nonce => $_getI64(6);
- @TagNumber.new(7)
Implementation
@$pb.TagNumber(7)
set nonce($fixnum.Int64 v) {
$_setInt64(6, v);
}