IERC6909TokenSupply
Inherits: IERC6909
Optional extension of {IERC6909} that adds a token supply function.
Functions
totalSupply
Returns the total supply of the token of type id
.
function totalSupply(uint256 id) external view returns (uint256);