menu
octacore_application_layer package
documentation
application_layer/ERCs/ERC721.dart
ERC721
ownerOf method
ownerOf method
dark_mode
light_mode
ownerOf
method
Future
<
String
>
ownerOf
(
BigInt
tokenId
)
Implementation
Future<String> ownerOf(BigInt tokenId) async => await _contract.call<String>("ownerOf", [tokenId]);
octacore_application_layer package
documentation
application_layer/ERCs/ERC721
ERC721
ownerOf method
ERC721 class