setNonce method
Sets the nonce for the Ethereum transaction.
Throws a MessageException
if the provided nonce is null
.
Implementation
void setNonce(int nonce) {
_nonce = nonce;
_replaceTr();
}
Sets the nonce for the Ethereum transaction.
Throws a MessageException
if the provided nonce is null
.
void setNonce(int nonce) {
_nonce = nonce;
_replaceTr();
}