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 value) => $_setUnsignedInt32(9, value);
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 value) => $_setUnsignedInt32(9, value);