@holochain/client
Version:
A JavaScript client for the Holochain Conductor API
17 lines (16 loc) • 544 B
JavaScript
/**
* @public
*/
export var ActionType;
(function (ActionType) {
ActionType["Dna"] = "Dna";
ActionType["AgentValidationPkg"] = "AgentValidationPkg";
ActionType["InitZomesComplete"] = "InitZomesComplete";
ActionType["CreateLink"] = "CreateLink";
ActionType["DeleteLink"] = "DeleteLink";
ActionType["OpenChain"] = "OpenChain";
ActionType["CloseChain"] = "CloseChain";
ActionType["Create"] = "Create";
ActionType["Update"] = "Update";
ActionType["Delete"] = "Delete";
})(ActionType || (ActionType = {}));