UNPKG

@acala-network/contracts

Version:
61 lines (27 loc) 653 B
# NFT ## Methods ### balanceOf ```solidity function balanceOf(address account) external view returns (uint256) ``` #### Parameters | Name | Type | Description | |---|---|---| | account | address | undefined | #### Returns | Name | Type | Description | |---|---|---| | _0 | uint256 | undefined | ### ownerOf ```solidity function ownerOf(uint256 classId, uint256 tokenId) external view returns (address) ``` #### Parameters | Name | Type | Description | |---|---|---| | classId | uint256 | undefined | | tokenId | uint256 | undefined | #### Returns | Name | Type | Description | |---|---|---| | _0 | address | undefined |