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