canClaim

function canClaim(
): Promise<CanClaimResult>;

Parameters

Returns

let returnType: { reason?: string; result: boolean };