nonce property
Nonce (should be larger than in the last transaction of the account)
Implementation
@$pb.TagNumber(10)
$core.int get nonce => $_getIZ(9);
Implementation
@$pb.TagNumber(10)
set nonce($core.int v) {
$_setUnsignedInt32(9, v);
}
Nonce (should be larger than in the last transaction of the account)
@$pb.TagNumber(10)
$core.int get nonce => $_getIZ(9);
@$pb.TagNumber(10)
set nonce($core.int v) {
$_setUnsignedInt32(9, v);
}