Expand description

The entrypoint for all external commands sent to the compiled wasm.

Functions§

  • The entry point used when an account initiates an execution process defined in the contract. This defines the primary purposes of the contract.
  • The entry point used when an account instantiates a stored code wasm payload of this contract on the Provenance Blockchain.
  • The entry point used when the contract admin migrates an existing instance of this contract to a new stored code instance on chain.
  • The entry point used when an account invokes the contract to retrieve information. Allows access to the internal storage information in an immutable manner.