Module hdk::info[][src]

Request contextual information from the holochain host.

The holochain host has additional runtime context that the wasm may find useful and cannot produce for itself including:

  • The calling agent
  • The current app (bundle of DNAs)
  • The current DNA
  • The current Zome
  • The function call itself

Functions

agent_info

Trivial wrapper for __agent_info host function. Agent info input struct is () so the function call simply looks like this:

app_info

@todo Not implemented

call_info

@todo Not implemented

dna_info

@todo Not implemented

zome_info

Get the zome information. There are no inputs to zome_info .