Returns validator signatures for a specific masterchain block. Each signature proves that a validator approved this block. Use this for building cryptographic proofs or verifying block authenticity in trustless applications.
Block or wallet sequence number. For blocks, this is the block height. For wallets, increment this for each outgoing transaction.
OK
Response containing validator signatures for a masterchain block.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.