Interface for returning the token manager implementation type.
function tokenManagerImplementation(uint256 tokenManagerType) external view returns (address tokenManagerAddress_)
Returns the implementation address for a given token manager type.
| Name | Type | Description |
|---|---|---|
| tokenManagerType | uint256 | The type of token manager. |
| Name | Type | Description |
|---|---|---|
| tokenManagerAddress_ | address | The address of the token manager implementation. |