TypedBlob::HasData

Checks if the blob contains data for a given slot

Returns true iff this blob has data stored in the provided slot.

Signature

class TypedBlob:
    // Checks if the blob contains data for a given slot
    fun hasData(
        slot: DataSlot,
    ) -> bool