Type Alias RecipeInstructionExecution
RecipeInstructionExecution:
| "Constant"
| {
GetLatestDocWithIdentifier: {
doc_ah: ActionHash;
};
}
| "Jq"
| {
GetDocsListedByVar: {
doc_ahs: ActionHash[];
};
}
| {
GetLatestCallerExternalId: {
attestation_ah: ActionHash;
};
}
| "GetCallerAgentPublicKey"