a serialized u256 representing the balance of the address
As we can see, instead of checking the storage directly, we call the _balanceOf function from the MRC721-internals.
serialized string representing the address whose balance we want to check
Generated using TypeDoc
Returns
a serialized u256 representing the balance of the address
Remarks
As we can see, instead of checking the storage directly, we call the _balanceOf function from the MRC721-internals.