INFTShares

This method maps token IDs to shares.

Function

function INFTShares(
    uint _id
) external view returns (uint);

Parameters

ParameterDescription

_id

The ID of an INFT.

Return values

ValueDescription

uint _val

The share value for a given INFT.

Last updated