claim() is a no-op when there is no surplus → hash may be null.

interface ClaimResult {
    claimed: boolean;
    hash: null | `0x${string}`;
}

Properties

Properties

claimed: boolean
hash: null | `0x${string}`