INFTShares

This method maps token IDs to shares.

Function

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

Parameters

Parameter
Description

_id

The ID of an INFT.

Return values

Value
Description

uint _val

The share value for a given INFT.

Last updated