# VyBlockchainInfoDto

## Properties

| Field                 | Type   | Description                                                                                                                                                            | Required |
| --------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| blockNumber           | number | 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 | number | The number of confirmations required for a transaction to be considered secure or finalized                                                                            | ✗        |
| chainId               | number | Chain ID (\_Chain Identifier\_) is a unique identifier assigned to each specific blockchain network                                                                    | ✗        |

## References

**Operation**

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