Construct the lock identifier that would be assigned to the next lock created by an account.
This resolves the account's current nonce and account index from chain and combines them with
the provided creation order. The returned identifier is only accurate as long as no other
transaction consumes the account's next nonce before the lock creation transaction is submitted.
Returns
a lock identifier for the next lock created by the account.
Construct the lock identifier that would be assigned to the next lock created by an account.
This resolves the account's current nonce and account index from chain and combines them with the provided creation order. The returned identifier is only accurate as long as no other transaction consumes the account's next nonce before the lock creation transaction is submitted.
Returns
a lock identifier for the next lock created by the account.