Zentra Dev
  • Design Philosophy
  • Basic Concept
    • Asset and Handle
    • Function
  • Playground
  • Zentra Improvement Proposals
  • Tutorial
    • Create Asset
  • Create Token
  • Create Trading Pair
  • Create Function
  • Development
    • Python
  • State Machine
  • API Calls
    • get
    • put
    • call
    • has_appstate
    • handle_lookup
Powered by GitBook
On this page
  • Parameters
  • Example
  1. API Calls

call

The call function is used to call another public function from current function.

def call(fn, params):

Parameters

Example

PreviousputNexthas_appstate

Last updated 6 days ago