This interface defines the requirements for
sets of parameters.
Use this interface whenever you are defining a new contract
or creating sets of inputs or parameters to be passed to a
contract.
Note that this interface is currently still empty and only
present for future-upgradeability of contract parameters,
if necessary. Also, due to the usage of eslint, a custom
"@typescript-eslint/no-empty-interface": "off" has been
added to the eslint configuration to permit the creation
of this interface and usage of it in child interfaces.
Parameters
This interface defines the requirements for sets of parameters.
Use this interface whenever you are defining a new contract or creating sets of inputs or parameters to be passed to a contract.
Note that this interface is currently still empty and only present for future-upgradeability of contract parameters, if necessary. Also, due to the usage of
eslint
, a custom"@typescript-eslint/no-empty-interface": "off"
has been added to theeslint
configuration to permit the creation of this interface and usage of it in child interfaces.Using the
Parameters
interfaceOther links
ContractParameters | NetworkParameters | TransactionParameters
v0.3.0