Home > @holochain/client > GrantedFunctions
Signature:
export type GrantedFunctions = {
type: "all";
} | {
type: "listed";
value: [ZomeName, FunctionName][];
};
References: ZomeName, FunctionName
Home > @holochain/client > GrantedFunctions
Signature:
export type GrantedFunctions = {
type: "all";
} | {
type: "listed";
value: [ZomeName, FunctionName][];
};
References: ZomeName, FunctionName