_primaryTerminalOf
Contract: JBDirectory
The project's primary terminal for a token.
Definition
/**
@notice
The project's primary terminal for a token.
_projectId The ID of the project to get the primary terminal of.
_token The token to get the project's primary terminal of.
*/
mapping(uint256 => mapping(address => IJBPaymentTerminal)) private _primaryTerminalOf;
- Arguments:
_projectId
is the ID of the project to get the primary terminal of._token
is the token to get the project's primary terminal of.
- The resulting view function is private to this contract.