LIMITS top-level constant

Map<String, String> const LIMITS

Implementation

const LIMITS = {
  // The maximum gas that is allowed.
  "maxTxGas": 'max_tx_gas',
  // The maximum number of gas objects that can be selected for one transaction.
  "maxGasObjects": 'max_gas_payment_objects',
  // The maximum size (in bytes) that the transaction can be:
  "maxTxSizeBytes": 'max_tx_size_bytes',
  // The maximum size (in bytes) that pure arguments can be:
  "maxPureArgumentSize": 'max_pure_argument_size',
};