• 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.

    Parameters

    • binaryArgs: StaticArray<number>

      serialized string representing the address whose balance we want to check

    Returns StaticArray<u8>

Generated using TypeDoc