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
While requesting for API response for block_header_state, I get this as response.
I think authority key should have an array of structs as understood from the documentation. That means 0 shouldn't be there which is the index of 1st element in the array.
But, later on was highlighted by @kevin on telegram group chat.
Thereby coming to an agreement, I propose these as one of the corrections that we can proceed with:
Description
While requesting for API response for block_header_state, I get this as response.
I think
authority
key should have an array of structs as understood from the documentation. That means 0 shouldn't be there which is the index of 1st element in the array.But, later on was highlighted by @kevin on telegram group chat.
Thereby coming to an agreement, I propose these as one of the corrections that we can proceed with:
Or else, I have thought of creating a way out to define a vector with elements of different data types (in Rust that I know of) using vector of enums.
The text was updated successfully, but these errors were encountered: