CEP_Account.updateAccount()
With this method you can update the account parameters such as Nonce etc.
Function Signature
public boolean updateAccount()Parameters
Parameter Name
Datatype
Example
//...
if(account.updateAccount()){
    //...
} else {
    //...
}
//...Last updated