# VyBlockchainInfoDto

## Properties

| Field                 | Type | Description                                                                                                                                                            | Required |
| --------------------- | ---- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| BlockNumber           | int  | The current block number (\_Keep in mind that the information is dynamic, and the block number will continue to increase as new blocks are added to the blockchain.\_) | ✗        |
| RequiredConfirmations | int  | The number of confirmations required for a transaction to be considered secure or finalized                                                                            | ✗        |
| ChainId               | int  | Chain ID (\_Chain Identifier\_) is a unique identifier assigned to each specific blockchain network                                                                    | ✗        |

## References

**Operation**

* [GetBlockchainInfo](https://sdk.venly.io/sdk-reference/c-sdk-v3/function-references/wallet/chain/getblockchaininfo)
