ownerOf method

Uint8List ownerOf(
  1. int tokenId
)

Implementation

Uint8List ownerOf(int tokenId) {
  return ownerOfFunc.encodeCall([BigInt.from(tokenId)]);
}