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
The getSigningKey method is now used to fetch node operator keys, which can fetch them only one at a time, causing some complexity on the tooling side. I propose to add a method that takes operator_id, from_index and to_index as arguments and returns an array of keys
The text was updated successfully, but these errors were encountered:
The
getSigningKey
method is now used to fetch node operator keys, which can fetch them only one at a time, causing some complexity on the tooling side. I propose to add a method that takesoperator_id
,from_index
andto_index
as arguments and returns an array of keysThe text was updated successfully, but these errors were encountered: