The placeholders in transactions should resolve before the beforeSign hooks trigger, so that the authorizations and data will match the session by the time it reaches the first plugin. The plugins themselves shouldn't need to resolve the placeholders/transactions themselves before using the request.
The placeholders in transactions should resolve before the
beforeSign
hooks trigger, so that the authorizations and data will match the session by the time it reaches the first plugin. The plugins themselves shouldn't need to resolve the placeholders/transactions themselves before using the request.