UNPKG

@holochain/client

Version:

A JavaScript client for the Holochain Conductor API

18 lines (17 loc) 496 B
/** * @public */ export var GrantedFunctionsType; (function (GrantedFunctionsType) { GrantedFunctionsType["All"] = "All"; GrantedFunctionsType["Listed"] = "Listed"; })(GrantedFunctionsType || (GrantedFunctionsType = {})); /** * @public */ export var CapAccessType; (function (CapAccessType) { CapAccessType["Unrestricted"] = "Unrestricted"; CapAccessType["Transferable"] = "Transferable"; CapAccessType["Assigned"] = "Assigned"; })(CapAccessType || (CapAccessType = {}));