"deep level" in retrieveblock RPC.

Hello. What is the “deep level” param in the retrieveblock RPC?

1 Like

Hi @J053,

It’s the verbosity param of this method: https://github.com/incognitochain/incognito-chain/blob/7da7ae505995ca8048b40a1fcb78d7fdd58bfe89/rpcserver/rpcservice/blockservice.go#L68

"0": shard block content only
"1": “0” + validation info + beacon info
"2": “1” + tx infos

6 Likes