You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
getVoter(address), getDelegate(address), isNameAvailable(name) require access to the voter, delegate and name substores respectively, so the first parameter must be apiContext: APIContext to access those substores.
Acceptance Criteria
All functions are implemented as in the specification
All functions are fully unit tested
The text was updated successfully, but these errors were encountered:
Description
Implement DPoSAPI class in
api.ts
and methodsin it as they are in the specification(https://research.lisk.com/t/define-state-and-state-transitions-of-dpos-module/320#protocol-logic-for-other-modules-75)
getVoter(address)
,getDelegate(address)
,isNameAvailable(name)
require access to the voter, delegate and name substores respectively, so the first parameter must beapiContext: APIContext
to access those substores.Acceptance Criteria
The text was updated successfully, but these errors were encountered: