# VyChainSpecificFieldsEvm

## Derived Properties ([VyChainSpecificFieldsBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vychainspecificfieldsbase))

| Field | Type | Description | Required |
| ----- | ---- | ----------- | -------- |

## Properties

| Field                | Type | Description                                                                                                                       | Required |
| -------------------- | ---- | --------------------------------------------------------------------------------------------------------------------------------- | -------- |
| GasPrice             | long | The gas price in \`wei\` for type 0 transactions. (optional, will be calculated by the system if not supplied)                    | ✗        |
| MaxFeePerGas         | long | The maximum total fee per gas the sender is willing to pay for a transaction, including both the base fee and priority fee (tip). | ✗        |
| MaxPriorityFeePerGas | long | The maximum tip (in wei) the sender is willing to give to the miner/validator to include the transaction in a block.              | ✗        |

## References

**Schema**

* [VyChainSpecificFieldsBase](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/wallet/vychainspecificfieldsbase)
