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