This method returns the number of tokens in owner's account.
owner
function balanceOf( address owner ) external view returns (uint256 balance);
Last updated 1 year ago
An INFT holding address.
balance
the number of tokens in owner's account.