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
If you need those fields, you can either make a wrapper struct that embeds the existing GetBlockHeaderVerboseResult which adds those new fields. Or you can make a PR adding them. If you just wrap the struct, then you can use the raw message requests to make the RPC.
But the response of
GetBlockHeaderVerbose()
is:It's missing
Chainwork
,nTx
andMedianTime
The text was updated successfully, but these errors were encountered: