Skip to content

VEContract

The VEContract class inherits from the VEProxy class and is used to represent a contract of your DApp.

The Application Programming Interface of a VEContractProxy instance is very smilar to the one of a VEProxy instance, except that :

  • If extensionInstance argument in not explicitly given during instantiation, it defaults to a VEContractExtension instance
  • If placeholderInstance argument in not explicitly given during instantiation, it defaults to a VEContractPlaceholder instance

Released under the MIT License.