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
Cannot pass undefined to makeKeyRegistrationTxn function for typescript
I use makeKeyRegistrationTxn to register offline. As documents, i set undefined for voteKey, selectionKey, stateProofKey but voteKey, selectionKey, stateProofKey define as string.
Could you update type of voteKey, selectionKey, stateProofKey like string | undefined or give me exactly params i should put into makeKeyRegistrationTxn to register offline
Thanks
The text was updated successfully, but these errors were encountered:
Cannot pass undefined to makeKeyRegistrationTxn function for typescript
I use makeKeyRegistrationTxn to register offline. As documents, i set undefined for
voteKey
,selectionKey
,stateProofKey
butvoteKey
,selectionKey
,stateProofKey
define as string.Could you update type of
voteKey
,selectionKey
,stateProofKey
likestring | undefined
or give me exactly params i should put into makeKeyRegistrationTxn to register offlineThanks
The text was updated successfully, but these errors were encountered: