Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/What's the difference between Actors and Required Authorizers?Forum ↗

What's the difference between Actors and Required Authorizers?

App Development2 posts345 views3 likesLast activity Aug 2020
BE
bernhardOP
Aug 2020

The DAML Ledger Model docs distinguish “actors”, a concept that exists on Exercise and Fetch nodes, from “required authorizers”, which also exist on Create and NoSuchKey nodes.

Why do we need these two concepts? Wouldn’t it be clearer to just say that the signatories are the actors of a Create node and the maintainers the actors of a NoSuchKey node, and then just use “actor” instead of “required authorizer”?

OG
oggy
Aug 2020

Naming preferences aside, having different terms allow us to define actors for Exercise and Fetch nodes already in the syntax of actions (i.e., the “structure” section). And we can delay defining signatories and maintainers until when they are needed (authorization, and later privacy). That way, we (a) don’t confront the reader with all the concepts at once right at the start and (b) have no gap between defining and using signatories, making for an easier read.

← Back to Discussions