@acala-network/contracts
Version:
AcalaNetwork Smart Contract library for Solidity
61 lines (27 loc) • 653 B
Markdown
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 |