type Config struct {
Upgrades upgrade.Config// Fee that is burned by every non-asset creating transaction TxFee uint64// Fee that must be burned by every asset creating transaction CreateAssetTxFee uint64
}
Struct collecting all the foundational parameters of the AVM