@holochain/client
Version:
A JavaScript client for the Holochain Conductor API
16 lines (15 loc) • 436 B
JavaScript
/** HoloHash Types */
/**
* @public
*/
export var HoloHashType;
(function (HoloHashType) {
HoloHashType["Agent"] = "agent";
HoloHashType["Entry"] = "entry";
HoloHashType["DhtOp"] = "dhtop";
HoloHashType["Warrant"] = "warrant";
HoloHashType["Dna"] = "dna";
HoloHashType["Action"] = "action";
HoloHashType["Wasm"] = "wasm";
HoloHashType["External"] = "external";
})(HoloHashType || (HoloHashType = {}));