kaspanet / kaspad

Kaspad was the reference full node Kaspa implementation written in Go (golang), now rewritten in Rust: https://github.com/kaspanet/rusty-kaspa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get block details api question

Wangmmx opened this issue · comments

Hi, I want to scan the entire network without missing transactions. Which field should I use as the standard? Can I use bluescore?

In addition, is there any api for obtaining block details be passed through the blue score number, because the blue score number is an increment data, and the blue score id is not easy to get

Looking forward to your reply, thanks

commented

expect add GetBlocksByBlueScore rpc function, too.