[][src]Module holochain_wasm_utils::api_serialization::get_entry

Structs

EntryHistory

Structure that holds a whole crud status history if the status request in the GetEntryOptions was set to StatusRequestKind::All

EntryResultMeta
GetEntryArgs
GetEntryOptions

Structure used to specify what should be returned to a call to get_entry_result() The default is to return the latest entry.

GetEntryResult
GetEntryResultItem

Structure that holds data returned from a get entry request. When the meta is None, we know the entry wasn't found. This is because at the very least the entry_type and the address will be returned if nothing else was requested in the GetEntryOptions

Enums

GetEntryResultType
StatusRequestKind